[Ldapusrmgr-software] [curtis: Re: ldap user manager]
A LDAP User Management System
Status: Abandoned
Brought to you by:
nobull
From: Curtis R. <cu...@ou...> - 2003-03-18 14:29:08
|
For reference: ----- Forwarded message from curtis ----- To: Markus Dejmek <je...@us...> Subject: Re: ldap user manager Yea. It is the chicken & egg problem. hehe. Fill in <> brackets Starter User LDIF: dn: uid=firstuser,ou=people,dc=oushi,dc=org objectClass: top objectClass: person objectClass: organizationalPerson objectclass: inetOrgPerson objectclass: posixAccount objectclass: shadowAccount uid: firstuser gecos:<fullname> cn:<fullname> description:If you see this, then run sn:<lastname> homedirectory:/home/firstuser uidnumber:1000 gidnumber:1000 loginshell:/bin/bash userpassword:{CRYPT}<run slappasswd -h {CRYPT}> (NOTE: Make sure this group has access in UM_config.inc.php) Starter Group LDIF: dn: cn=stdadmin,ou=group,dc=oushi,dc=org objectclass: top objectclass: posixGroup cn:admin description: Std Admin Group for oushi.org gidnumber:10001 memberUid: firstuser On Mon, Mar 17, 2003 at 04:54:14PM -0800, Markus Dejmek wrote: > Hi nobull ! > > I have the same question like many people before me. > I have installed it, and now I can't login. > I know that this happens because there is now user > in ldap. But this is a kind of egg before hen or hen befor > egg problem. > If I can't not login I can't never create a user in ldap. > Do you have a working ldif !? I would be pleased If you send > me one. > Also would be fine to pack a ldif in the tar ball. With an > existing admin user! > > thanks for helping me !! > please reply to ma...@de... > > thanks > markus -- Curtis Robinson cro...@fi... ----- End forwarded message ----- -- Curtis Robinson cro...@fi... |