vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I've cofigure all my systems for user authentication with IBM Directory Server (LDAP). In the side server, I've executed next command: mksecldap -s -a cn=ldapadmin -p west341 -S rfc2307aix -d ou=dept1,o=cia,c=es so, all my local users are saved in my LDAP server. Next, I've modified default stanza in the /etc/security/user file with auth1 = SYSTEM auth2 = NONE SYSTEM = "LDAP" registry = LDAP and I've executed "start-secldapclntd" For adding a new user..... mkgroup -R LDAP group1 mkuser -R LDAP id=jferruz pgrp=group1 jferruz In the side client, I've execute..... mksecldap -c -a cn=ldapadmin -p west341 -h myserver1 -t 0 and I've modified default stanza in the /etc/security/user file with auth1 = SYSTEM auth2 = NONE SYSTEM = "LDAP" registry = LDAP So, all users can be authenticated throught console and telnet using my LDAP server. The problem is with ssh. Any user can be authenticated. In the LDAP server, the default user has the next values: uidnumber : -1 gidnumber : -1 shadowexpire : -1 objectclass : account objectclass : posixAccount objectclass : shadowAccount objectclass : top uid : default cn : default homedirectory : * shadowwarning : 0 shadowmin : 0 shadowmax : 0 Have I make any modification in sshd.conf? Can anyone help me? Thanks in advance, |