Tagged Questions
-1
votes
0answers
20 views
Ldap and apache config [closed]
I need help to configure my apache.
I have a folder in my var/www/privado
I want to add authentication to access this folder
This is my httpd.conf
LoadModule ldap_module modules/mod_ldap.so
...
1
vote
0answers
466 views
Configuring PAM with LDAP and Kerberos
I am trying to configure PAM with LDAP and Kerberos for authentication.
Command id <username> is working fine so LDAP seems to be working fine and also kinit is working (followed by klist) and ...
0
votes
2answers
3k views
How to configure ubuntu ldap client to get password policies from server?
I have a ldap server on CentOS, 389-ds. I configured the client, ubuntu 12.04, to authenticate on that base and it works very well. But it don't gets the password policies from server. For example, if ...
1
vote
1answer
3k views
How to fix sudo: setreuid(ROOT_UID, user_uid): Operation not permitted error?
I am using LDAP authentication on my Ubuntu 11.10 server. I installed libpam-ldap, and configured things accordingly. It works great, except that I get this error every once in a while when I try to ...
5
votes
1answer
2k views
nslookup finds ip, but ping doesnt
I know this looks like all the other "can ping via ip but not dns" questions, but those didnt really help me at all.
Also, having hosts files in all machines is not doable as this server will ...