[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Insufficient credentials to access authentication data
I have suucessfully initialized my openldap server on a Redhat-7.2
system using 2.0.21 version. The problem is lying with the pam_ldap
module for pam.d. I cannot get it to authenticate any user. The access
control I have been using is:
# Access-control directives
access to attr=userPassword
by self write
by anonymous auth
by dn="cn=root,dc=torri,dc=linux" write
by * none
access to *
by self write
by dn="cn=Admin,dc=torri,dc=linux" write
by users read
I took this example from the Admin guide. Something is not right. I
can't get into the system except in single user mode.
Stephen