Dear All,
can anyone tell me what is the difference between these two files of LDAP client /etc/ldap.conf and /etc/ldap/ldap.conf and for what purposes these two files gives services. Is it necessary to have these two files at a time ?
Hey guys
i´ve one big problem with nscd.conf this don´t work i tried many examples of configuration the nscd.conf simply don´t work when i stop the ldap server i try access by ssh on the client i can´t make logon.
And the database on /var/db/nscd don´t work.
I'm trying to configure a 12.04 lab with users on a LDAP server (now the clients are Karmic) and I'd like to get some light on some configuration files.
1. /etc/ldap.conf and /etc/ldap/ldap.conf
Why two files? Can I use just one?
2. /etc/libnss-ldap.conf
This one is now missing, but still I could use to declare "scope sub
bind_policy soft" . Where should I put theese?
If you use SSSD you can do that in 'sssd.conf'. You can use the 'ldap_user_home_directory' option to override the home dir location thats in the directory (use 'man 5 sssd-... [by KermitDaFragger]
I've been migrating some servers and desktops using Ubuntu 10.04 from getting the users from an old OpenLDAP implementation to a newer Centos Active Directory. I haven't had any problems so far, until I reached a Debian Lenny server.
I've set up the server as the others, setting /etc/ldap.conf and /etc/ldap/ldap.conf.
Hi,
I've been having problem with autofs.service on fedora 17. I was trying to write a script that is used for setting up development environment for plain fedora 17 installation so that it talks to a ldap server in our network to setup accounts, mounts and other stuff.
In the script, where it tries to do systemctl restart autofs.service, it always gives me an a job failure(timeout).
am using Centos 5.3 to configure my openldap server.Every thing is going ok .The problem which I am facing is how to add users and group in my ldap server.
1- My slapd.conf is
vi /etc/openldap/slapd.conf
database bdb
suffix "dc=test,dc=local"
rootdn "cn=Manager,dc=test,dc=local"
rootpw 123
2- Now I start my LDAP service
[root@srv1 openldap]# servic
I have just installed Openldap on Xubuntu. The slapd daemon is working and I can easily stop and start it.
The slapd.conf file belongs to an openldap server not a client. You need to look at /etc/openldap/ldap.conf and /etc/pam_ldap.conf and /etc/nslcd.conf (assuming you are running CentOS 6). If... [by TrevorH]