[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: user authentication on irix 6.5.20 with ldap?



Hello Markus...

you need to tell uns how to contruct the maps from the ldap data. take a
look at:
http://www.ccm.ece.vt.edu/~lscharf/samd/?topic=IRIX
particularly the SCHEMA DEFINITION section of /var/ns/ldap.conf

Irix is actually pretty easy to figure out once you get your head around
the different name service technique. use nsadmin to flush and restart
the nsd after each change to the config file. Note also the regsub to
strip out {CRYPT}:
regsub USERPASSWORD{{crypt\}|{CRYPT\}}{}

its also worth hiding user passwords:
table           passwd.byname
filter_lookup   (&(OBJECTCLASS=POSIXACCOUNT)(UID=%s))
filter_list     (OBJECTCLASS=POSIXACCOUNT)
format         
"UID:**:UIDNUMBER:GIDNUMBER:GECOS:HOMEDIRECTORY:LOGINSHELL"

dont hold out hope of doing anything fancy like TLS tho!

hth

GREG
ps strongly recommend upgrading openldap server to 2.1.23

On Wed, 2003-10-15 at 18:29, Markus Krause wrote:
> hi all,
> 
> im setting up an openldap server for the user authentication, the server is
> running on a box with debian woody r1, version 2.0.27 compiled with tls
> support.

-- 
Greg Matthews
iTSS Wallingford	01491 692445