[KLUG Members] Pesky LDAP

Jim C members@kalamazoolinux.org
Tue, 10 Sep 2002 11:24:55 -0700


OK this works:

> dn: cn=MyTestUser,ou=AddressBook,dc=microverse,dc=net
> objectclass: top
> objectclass: person
> objectclass: organizationalPerson
> objectclass: inetOrgPerson
> givenName: MyTestUser
> sn: Smith
> cn: MyTestUser Smith
> displayName: Dude McGnarly
> mail: Dude@spudly.com
> telephoneNumber: 509-123-4567
> homePhone: 509-456-7890
> facsimileTelephoneNumber: 800-123-0987
> pager: 900-666-1234
> mobile: 700-333-4321
> homePostalAddress: 1313 Test St.
> postalAddress: 1234 fouth St. #7
> l: Atlanta
> st: GA
> postalCode: 48423
> title: Dr.
> ou: Wierdo Dept.
> o: Acme Widgets
> description: Notes Go here

With this command:
> ldapadd -x -v -D "cn=root,dc=microverse,dc=net" -W -f MyTestUser-AddressBook.ldif 

But it remains to be seen if clients can use it.  Also I need to verify 
that I have as many of the fields as I can get for client compatibility.