|
From: Jamie C. <jca...@we...> - 2006-04-28 17:43:23
|
On 28/Apr/2006 10:23 Leah Cunningham wrote .. > Hi, > > I"m trying to figure out how to get the LDAP Users's and Group's module > to not > set the posixAccount ObjectClass or any of the associated attributes when > users are created. I've got it working by just commenting out bits of > code > that do the dirty work, but I was hoping someone had a way to just configure > this in the module or system that I was overlooking. Unfortunately, that is not possible. The module is designed for editing Unix users stored in LDAP, which always (as far as I know) have the posixAccount class. - Jamie |