I would like to authentificate my Linux account with a Domino LDAP server. I make it with Apache, but I nerver found any solution for SSH, FTP (PAM).
I know that I must modify the schema of my LDAP-Domino and add these fields for authentification :
gidnumber (defaut groupe number)
homeDirectory
loginShell
uid (username)
uidnumber
I modify my shema for the 4 first fields, but when I add “uidnumber”, the field “uid” disappear. Anyone have the solution or other documentation for that.
Subject: Linux Authentification on Ldap Domnio
I know that I must modify the schema of my LDAP-Domino and add these fields for authentification :
gidnumber (defaut groupe number)
homeDirectory
loginShell
uid (username)
uidnumber
I modify my shema for the 4 first fields, but when I add “uidnumber”, the field “uid” disappear. Anyone have the solution or other documentation for that.
I’m not familiar with your deployment, but your schema.nsf already has UID defined. It is part of RFC 2798 (inetOrgPerson) and is mapped to the Person.ShortName field. Do not remap it.