This one time, at band camp, Jeff Waugh wrote: ><quote who="Alexander Samad"> > >> but mail isn't part of account nor posixAccount nor top, it is part of >> inetorgperson - which is of no help to me cause i do libnss/libpam >> filtering based on attr host which is only part of account. > >Just add inetOrgPerson to your objectClass mix and go.
The problem is that inetOrgPerson depends on organizationalPerson which depends on person which conflicts with account, which he's using for the host attribute. Get rid of account, use hostObject, and then you can "just add" inetOrgPerson :) I hope you don't have a lot of objects already in your ou=People subtree... -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
