|
From: Murray T. <mtr...@ce...> - 2006-04-04 07:02:50
|
On Tue, 2006-04-04 at 13:37, Jamie Cameron wrote: > On 4/Apr/2006 01:05 Murray Trainer wrote .. > > On Tue, 2006-04-04 at 12:58, Jamie Cameron wrote: > > > On 4/Apr/2006 00:01 Murray Trainer wrote .. > > > > Hi Jamie, > > > > > > > > I managed to sort out most of my problems with the LDAP Users and Groups > > > > module on SuSE 10.0 - it turned out to be NSCD issues. I set the > > > > positive and negative-time-to-live values for passwd and group to zero > > > > and it has fixed all the strange/intermittent errors I was getting. > > > > > > > > The only issue I have left is that if I create a user and then some > > > > entries in their LDAP addressbook, the addressbook and its entries > > are > > > > not deleted when the user account is deleted. This causes the error > > > > below when I re-create the user: > > > > > > > > Failed to save user : Failed to create addressbook entry : Already > > > > exists > > > > > > > > I am using a personal addressbook of the form: > > > > > > > > dn: ou=test,ou=personal_addressbook,dc=domain,dc=net > > > > > > > > and the entries are of the form: > > > > > > > > dn: cn=entry,ou=test,ou=personal_addressbook,dc=gopc,dc=net > > > > > > That is odd, because Webmin does delete the address book entry > > > when deleting a user. The only time this doesn't happen is when using > > > the batch file feature, due to a bug in version 1.260. Are you using > > > batch files there? > > > > > > - Jamie > > > > Hi Jamie, > > > > Thanks for the quick response. No I am not using the batch file method > > of creating/deleting users. I can add and remove users fine as long as > > they don't have any entries in their ldap addressbook. Once they do it > > is failing for me. > > Hi Murray, > Hmm, perhaps I need to test this more myself .. > What program or tool do you use to add address book entries? I've never really > tested to ensure that all sub-entries in the LDAP DB are properly deleted. > > - Jamie We are using the Evolution e-mail client and Horde/Turba Webmail software. I have used a LDAP directory tool GQ in the past which I think allowed me to add/delete entries. You could also use the ldapadd command if you can figure out the syntax :-) Murray |