[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Re[2]: Database Creation Problem





Kevin


I noticed one other thing. I haven't tested it with OpenLdap but I know that other LDAP implementation will object to uid=michael in the DN while you have uid=rdrunner in the attributes. As minimum it is confusing, but I'm also fairly sure it's against standards.

Aidan



Internet Mail Message
Received from host:        galois.openldap.org [204.152.186.51]
"Kevin J. Menard, Jr." <kmenard@wpi.edu>

18/07/01 10:44 PM
Please respond to "Kevin J. Menard, Jr."

       
        To:        "Kevin J. Menard, Jr." <kmenard@wpi.edu>
        cc:        "Michael Weber" <meweber@bigfoot.com>, openldap-software@OpenLDAP.org, (bcc: Aidan Nichol-AJ/PGI)
        Subject:        Re[2]: Database Creation Problem


Hey Kevin,


Wednesday, July 18, 2001, 5:25:43 PM, you wrote:

MW>> The following is the dlif file that I have created that I want to use:

MW>> [root@mini mail]# more new.ldif
MW>> dn: uid=michael, dc=digitalplace, dc=org
MW>> objectclass: inetLocalMailRecipient
MW>> cn: Michael
MW>> sn: Weber
MW>> uid: rdrunner
MW>> mailLocalAddress: rdrunner@digitalplace.org
MW>> mailRoutingAddress: rdrunner@digitalplace.org
MW>> uid: rdrunner

You're also gonna need objectclass: person and/or objectclass: posixAccount
to support cn, sn, and uid.

--
Kevin