<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
hello<br>
<br>
How can i reduce the time which the pam_ldap.so return
service_unavailable. (i would like to use pam_ccreds to authenticate
the user on a local database after the unavailable of the ldap service)<br>
<br>
this is my pam_ldap.conf :<br>
<i><small><small><br>
base dc=nix,dc=intra,dc=cea,dc=fr<br>
uri ldaps://ldapserver1.xxx.yyy.zz/ ldaps://</small></small></i><i><small><small>ldapserver2.xxx.yyy.zz</small></small></i><i><small><small>/<br>
ldap_version 3<br>
scope sub<br>
timelimit 2<br>
bind_timelimit 2<br>
bind_policy soft<br>
idle_timelimit 3600<br>
pam_filter objectclass=posixAccount<br>
pam_login_attribute uid<br>
pam_filter |(host=host.xxx.yyy.zz)(host=GRP_all)<br>
pam_login_attribute uid<br>
pam_password md5<br>
nss_base_passwd ou=People,dc=nix,dc=intra,dc=cea,dc=fr?sub<br>
nss_base_shadow ou=People,dc=nix,dc=intra,dc=cea,dc=fr?sub<br>
nss_base_group  ou=Group,dc=nix,dc=intra,dc=cea,dc=fr?sub<br>
ssl on<br>
tls_checkpeer no<br>
tls_cacert      /etc/ldap/ssl/CA.pem</small></small></i><br>
<br>
Thank you in advance<br>
<br>
Anthony<br>
<br>
</body>
</html>