|
|||||||||||
|
Re: porting PAM
From: Dries Schellekens <gwyllion(at)ace.ulyssis.org>
Date: Thu May 29 2003 - 16:33:01 EDT On Thu, 29 May 2003, Alejandro G. Belluscio wrote: > Thursday, May 29, 2003, 2:19:10 PM, you wrote:
You could start by looking at login_ldap by Peter Werner (http://www.ifost.org.au/~peterw/). It's already it the ports tree: sysutils/login_ldap. According to the CAVEATS section of its manpage login_ldap(8) OpenBSD does not ship with an ldap server in the default install, however OpenLDAP is available via packages(7). Until OpenBSD gets an nsswitch implementation or something similar, every user in the LDAP server will need to have a valid passwd file entry. This can be achieved by using the useradd(8) utility with similar arguments to this: useradd -m -d /home/peterw -s /bin/sh -L ldap peterw As of version 3.3 login_ldap no longer installs setuid root. It is believed that elevated priveledges are not neccessary in most cases, but potentially this could cause a problem. Making the login_ldap binary setuid root should be tried as part of site installation debugging if things aren't working. If you find you do need the setuid bit set, please let the authors know. http://www.deadly.org/article.php3?sid=20030311135606 lists some of the
problems of login_ldap
Cheers, Dries -- Dries Schellekens email: gwyllion@ulyssis.orgReceived on Thu May 29 16:41:04 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:48:40 EDT |
||||||||||
|
|||||||||||