[Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

Patrick Bogen pdbogen at gmail.com
Mon Feb 13 18:19:09 CET 2006


The problem is that you need to replace the generic entries with the
correct values. I don't know what they are for you; you need to speak
with whomever set up the LDAP server in your organization, or at least
someone who knows about it.

On 2/13/06, Kabilan L <nlkabilan at ee.iitm.ac.in> wrote:
> Hai!!
> So u say my extend.py is problem,then please do give me the correct way of
> doing it.how to change things.so it works for me.
>
> Thanking You
>
> Kabilan.L
> Department of Electrical Engineering
> IIT Madras
> Chennai - 600 036
> Tamil Nadu, INDIA
>
>
> "The secret to winning football games is working more as a team, less as
> individuals. I play not my 11 best, but my best 11." ->Knute Rockne
>
>
> ---------- Original Message -----------
> From: Patrick Bogen <pdbogen at gmail.com>
> To: Kabilan L <nlkabilan at ee.iitm.ac.in>
> Cc: mailman-users at python.org
> Sent: Mon, 13 Feb 2006 09:50:57 -0600
> Subject: Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent
>
> > On 2/13/06, Kabilan L <nlkabilan at ee.iitm.ac.in> wrote:
> > > def extend(list):
> > >     ldap = LDAPMemberships(list)
> > >     ldap.ldapsearch = "(uid=recipient)"   # your LDAP search here
> > >     ldap.ldapserver = "127.0.0.1"  # your LDAP server
> > >     ldap.ldapbasedn = "dc=domain dc=com" # your base DN
> > >     ldap.ldapbinddn = 'cn=Manager,dc=domain,dc=com'   # bind DN that can
> > > access 'mail' field
> > >     ldap.ldappasswd = 'xxxx'                 # bind password for ldapbinddn
> > >     ldap.LDAP_URL = "ldap://ldap.domain.com:389/"
> > >     ldap.LDAP_MAIL_ATTRS = ("mail",)
> > >     ldap.LDAP_LOCALDOMAIN = "domain.com"
> > >     ldap.LDAP_REALNAME_ATTR = "cn"
> > >     ldap.LDAP_MAILMEMBER_ATTRS = ("rfc822MailMember",)
> > >     ldap.LDAP_MEMBER_ATTRS = ("uniqueMember","memberUID")
> > >     ldap.LDAP_OWNER_ATTR = "owner"
> > >     ldap.LDAP_LIST_RDN_ATTR = "cn"
> > >     ldap.LDAP_LIST_CLASSFILTER =
> > >
> "(|(objectclass=groupOfUniqueNames)(objectclass=nisMailAlias)(objectclass=groupOfNames))"
> > >     ldap.LDAP_BASE = "cn=staff,ou=Group,dc=domain,dc=com"
> > >     list._memberadaptor = ldap
> > >
> > >
> >
> > If all of the above is *exactly* what is in your config file, then
> > this is part of your problem.
> > Specifically, ldapserver, ldapbasedn, ldapbinddn, ldappasswd,
> > LDAP_URP, and LOCALDOMAIN all contain 'generic' example settings
> > which almost certainly are incorrect.
> >
> > --
> > - Patrick Bogen
> ------- End of Original Message -------
>
>


--
- Patrick Bogen



More information about the Mailman-Users mailing list