Tagged Questions
1
vote
1answer
34 views
Bind DN entry missing in stash file - while initializing database for realm
I'm trying to run kerberos with ldap back-end on Centos 6.3
After creating Realm with:
kdb5_ldap_util -D "cn=admin,dc=example,dc=com" create -sscope sub -sf ...
0
votes
0answers
18 views
OpenLDAP Referrals URIs containing DN
I am having a problem with enabling referrals on my OpenLDAP server, named ldap2.example.com. I'm trying to make it refer queries to ldap1.example.com in case ldap2 does not have the data.
I am ...
1
vote
2answers
214 views
LDAP 389: Auto user creation at the client machines
I have setup an 389 directory server on Centos 6. User authentication works fine, however, I have to create individual users on each client machine after creating the user at the directory server.
...
0
votes
1answer
638 views
Configuring openLDAP in CentOS 6.3
I have followed the instructions found in this question until the part that I have to do an ldapadd using "cn=Manager,dc=syco,dc=net" as DN. However, I am getting the error Invalid Credentials (49) ...
0
votes
3answers
2k views
CentOS openLDAP cert trust issues
# LDAPTLS_CACERTDIR=/etc/ssl/certs/ ldapwhoami -x -ZZ -H ldaps://ldap.domain.tld
ldap_start_tls: Can't contact LDAP server (-1)
additional info: TLS error -8172:Peer's certificate issuer has ...
1
vote
0answers
2k views
How to configure OpenLDAP 2.4.23 for SSL on CentOS 6.3?
I have installed openldap 2.4.23 on CentOS 6.3 using the yum package 'openldap-servers'.
When I follow instructions to configure openldap for SSL (such as ...
0
votes
1answer
318 views
Testlink stop working when configuring it to use LDAP
I have a TestLink webservice running on a server, and OpenLDAP running on other server. There are no firewall problems between them (I managed to configure Redmine, on the same server as TestLink, to ...
0
votes
1answer
415 views
gnutls vs openssl with openldap, debian and centos
I have a Debian 6.0.5 server running openldap. It appears to be compiled against gnutls. I used gnutls' certtool to generate a self-signed certificate and I have used it on a few debian client ...
3
votes
1answer
3k views
CentOS 6.2 there is no slapd.conf after installating openldap
I have just installed fresh Centos 6.2 with openldap and samba with yum command. I'm having a bit of issue with finding the slapd.conf file. There is a folder for slap.d/ but no conf file in it by ...
2
votes
2answers
2k views
FreeRADIUS2 and LDAP Authentication
I am currently running a CentOS 5.5 box with FreeRADIUS2 on it. I have the simple authentication turned on right now (username and pass is set via /etc/raddb/users). I want to have FreeRADIUS ...
1
vote
5answers
11k views
CentOS 6 + LDAP + NFS. File ownership is stuck on “nobody”
I've been trying to get LDAP authentication and NFS exported home directories on CentOS 6 working for a few days now. I've gotten to the point that I can now login to the client machine using the ...
0
votes
0answers
2k views
How do I enable pwdPolicy in openldap on Centos 6?
Shouldn't it be enough to execute the following? Or do I need to do anything special to my users, like adding or having a specific objectClass or something?
ldapadd -H ldaps://ldap.syco.net -x -D ...
1
vote
2answers
1k views
How do I add olcAuditLogConfig to openldap on Centos 6
Regarding to 'man slapo-auditlog' I should just need to add the following.
dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config
changetype: add
objectClass: olcOverlayConfig
objectClass: ...
1
vote
1answer
64 views
How is centos packages build?
Where do I find information about how a specific package in centos is build. Ie. what flags has been used on ./configure etc.
At the moment I'm trying to figure out how slapd (openldap-servers) are ...
20
votes
2answers
38k views
How do I configure LDAP on Centos 6 for user authentication in the most secure and correct way?
During the last couple of days I have been using a lot of F-words, while browsing Internet for good documentation about how to setup an LDAP-server. So far I have found none, but plenty that are less ...
3
votes
1answer
706 views
Where do I find USEFUL official documentation for LDAP authentication on Centos/RHEL 6?
Does it exist any official installation documentation about how to setup an LDAP server that I can connect my clients to with authconfig. I'm will be Centos 6 and RHEL 6.1.
What I can find is this. ...
2
votes
1answer
282 views
How to make local /etc/group take priority over LDAP when names collide?
We have a working LDAP set up. However we hit a problem recently due to some user names and group names existing both in the local files and in LDAP. Specifically the apache user and group existed ...
0
votes
1answer
414 views
Error on LDAP Login - xsessions error - Session lasted less than 10 seconds
I have two machines both running CentOS 5.6 64bit.
On the LDAP Machine it has a DHCP, BIND and OpenLDAP Server. LDAP is correctly configured and users can authenticate against it.
Using root I ...
1
vote
1answer
256 views
Configuring a LDAP client
I have an existing LDAP (openldap) server that I'm trying to get CentOS servers to authenticate to and for the life of me I cannot make this happen. For example, I want to do # ssh ...
1
vote
1answer
585 views
Can't contact LDAP server (-1)
When I do a ldap search using the command Ldapserach -x -b 'dc=domain,dc=com''(objectclass=*)' it gives an error stating ldap_bind: Can't contact LDAP server (-1).
I am doing a ldap search on the ...
0
votes
2answers
1k views
How do I tell if OpenLDAP is installed on CentOS, and test that it's working?
What's the easy way to do this?
9
votes
3answers
6k views
Does Nginx support LDAP authentication?
Hey
Does nginx support ldap authentication? I have just migrated from apache and would like to move all of my authentications which are based on openldap and mod_auth_ldap to nginx.
Let me know if ...
1
vote
2answers
763 views
ls -l freezes terminal locally and remotely
I've been reading other SF threads regarding ls not returning results or freezing and stalling terminal sessions and it appears they usually the fault of network problems. My problem however, occurs ...
