On Tue, Feb 01, 2005 at 03:23:49PM -0500, Matt wrote: > For instance... after following Andreas advice...
You should really post exactly what you did so that some can reply to this email without having to search through the archives. > I can not actually connect to my ldap databse, but I can't populate > it still: > > Ok, > So based on an LDIF frecord for a user of: I'm having a hard time parsing that. If you "can not actually connect" to the LDAP database, how are you supposed to be able to populate it? > This is my ldif file for a user: > > dn: x500uniqueIdentifier=3, ou=accounts, dc=chilitech,dc=net > mailMessageStore: ./3/ > sn: Sauers > userPassword:: <removed> > mail: [EMAIL PROTECTED] > deliveryMode: normal > objectClass: person > objectClass: organizationalPerson > objectClass: inetOrgPerson > objectClass: qmailUser > uid: [EMAIL PROTECTED] > x500UniqueIdentifier:: Mw== > cn: Andrew Sauers > > I'm guessing it has something to do with the ou=accounts, however I > don't seem to be able to get ou=accounts to work no matter what I > do... Try swapping out 'x500uniqueIdentifier' for 'uid' in your DN and see if that works. Is there a particular reason why you're using that? What happens when you try and insert the record? Chris
