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
hi,
I am using Fedora 12 to configure my openldap server in a non production enviroment .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
Hi, I want to add users in my openldap server using centos 5. what do you suggest that first I should create all users in my linux box like[root@testing
Thanks for your reply. Well I think that it is batter to install fresh CentOS 6.2 without samba software then it will be much batter than to do any exparimentor I should create a ... [by mypass604]
hello,I have set up openLDAP 2.4.23 on CentOS 6.3 but am using the certificate database in /etc/openldap/certs just because that path was already in cn=config "(objectclass=olcGlob... [by kkruger]
I'm running ubuntu 10.04 x64 server edition that externally authenticates with an OpenLDAP server.
Everything works but I'm unable to get LDAP groups to be imported locally.
When I use
Code:
$ getent group
I don't see my LDAP groups.
What's going on and how can I resolve this?
Basically the problem is this: I am setting up an openLDAP server on a CentOS 6.3 and an openLDAP client on Ubuntu 11.04. The problem is, I don't know how to set-up a nameservice for the openLDAP server. Most of the guides I've found make use of a URL which requires a naming service. Is there a way to make use of IP addresses on the URIs for the ldap.conf files in both the client and the server?
After a little googling I could see some references of configuring Google Authenticator with Windows Active Directory, however, I could not see how I could do it on Linux/CentOS system.
What would be involved in setting up Google Authenticator on Linux (CentOS) with OpenLDAP or 389 Directory Server?
I have a Debian 6.0.5 server running openldap. It appears to be compiled against gnutls.