<HTML>
<HEAD>
<TITLE>SSH config with FDS</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>All,<BR>
<BR>
I am having trouble configured SSH access using FDS. I am trying to configure using the host attribute in the directory schema to verify the accesss. I enabled pam_check_host_attr, pam_lookup_policy,  pam_login_attribute=uid, pam_password_clear_remove_old and respective uri in ldap.conf. Please note I have not enabled ssl in my DS, I am trying to do this one-step at a time. Is there any extra parameters need to be configured?<BR>
<BR>
Since my db is imported from openldap and AD, I have stripped it to basic schema and here it is. Just to see if this has to do anything.<BR>
<BR>
dn: uid=username,ou=People,dc=fedorads,dc=net
cn: Firstname Lastname
gecos: Firstname Lastname
gidNumber: 2005
homeDirectory: /home/username
loginShell: /bin/bash
objectClass: top
objectClass: account
objectClass: posixAccount
uid: amolinaro
uidNumber: 2105
userPassword: {MD5}/42DQx3FHKdMlGHAspWv1lFg</SPAN></FONT>
</BODY>
</HTML>