OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP).
1
vote
0answers
42 views
Domain Controller in Ubuntu [closed]
I have a network of around 10 computers and want to make a ubuntu 12.04 as its domain controller. I have gone through the how to's but Im confused do I have to configure openldap with samba 4 or just ...
0
votes
0answers
37 views
Run script at startup for all LDAP user
I'm building a LDAP network and I want to execute some command after login for all LDAP users. More, in my scripts I have to run some command as superuser with SUDO like the command MOUNT.
What can I ...
1
vote
0answers
16 views
ppolicy with pam_ldap - pwdReset has no effect when logging in from Ubuntu
We installed ppolicy overlay on our ldap server. Password policies work correctly for locking out user after X incorrect password attempts, but we can't enforce user to change his password.
When we ...
0
votes
0answers
33 views
How to configure ssh authentication with ldap without password
I need to setup ssh authtication with ldap without using password
like amazon EC2 instance with pam file.
Also if I need to use this with multiple servers,
How can I configure that?
0
votes
0answers
56 views
Ubuntu 12.04: LDAP Invalid credentials
I posted this question after tried solutions from google and stackoverflow. I am using ubuntu 12.04.
I installed ldap and slapd in my machine. On installation , it prompted for admin password.
...
1
vote
0answers
43 views
Ubuntu : Kerberos With LDAP
I am using ubuntu 12.04. I am installing LDAP with Kerberos authentication. I followed the steps in the ubuntu documentation.
https://help.ubuntu.com/12.04/serverguide/kerberos-ldap.html
After ...
0
votes
1answer
159 views
Ubuntu 13.04: LDAP invalid credentials
I'm trying to follow the Ubuntu official OpenLDAPServer guide with no success.
When I tried to log into the server it says( ...
0
votes
0answers
45 views
How to configure Ubuntu server with LDAP group based authentication
By installing libnss-ldap we are able to integrate an Ubuntu server with ldap (openldap). But we are unable to configure ldap group based authentication.
We need to configure in such a way that user ...
1
vote
0answers
37 views
ldap postgresql backend segmentation fault
I am running the latest version of LDAP on XUbuntu 12.4 LTS and it works pretty fine as long as I use hdb or bdb as the backend. Nevertheless when I change the backend to sql and try to restart the ...
0
votes
0answers
17 views
What is the name of application that use in Linux similar to Active Directory in Windows? [duplicate]
What is the name of application that use in Linux similar to Active Directory in Windows?
And how to install and configure it on Kubuntu 12.04 LTS?
0
votes
0answers
75 views
configuring proftpd to work with openLDAP
I'm trying to make ProFTPD authenticate against OpenLDAP. OpenLDAP is working, I've got OwnCloud setup to authenticate against it. I've now spent quite a few hours trying to get ProFTPD to do the ...
0
votes
0answers
31 views
LDAP noob here needing some help
At our office, we have a bunch of contacts (about 900 or so) stored in vcard format. I want everyone in the office (about 10 computers) to be able to open the contacts and view them using something ...
0
votes
0answers
84 views
Change default desktop background for LDAP login
I am running and open-ldap server for centralised authentication, and Ubuntu 10.04 for the client side. I want to change the default background on Ubuntu client image, so that when a new user logs ...
1
vote
1answer
161 views
pdbedit failed during openldap user creation with samba support
I am running Lucid. I have setup openldap and samba a while ago, this problem existed since then and I still don't know how to fix it. I use webmin's LDAP client to create a "testuser" account, and ...
3
votes
0answers
102 views
ubuntu 12.10 lock-screen unlockable with old ldap password
I have an ldap server that serves Ubuntu clients and there is a problem when unlocking the screen after a user has changed their password.
Initial login works as expected: the user can log in with ...
7
votes
0answers
65 views
slapd with back_sock does not create a socket
I have installed slapd on Ubuntu 12.04 and configured it with the following under /etc/ldap/slapd.conf:
modulepath /usr/lib/ldap
moduleload back_sock.la
database sock
socketpath /tmp/slapd.sock
...
1
vote
0answers
196 views
Post-installation script fails when installing slapd
I'm trying to install slapd. I did dpkg-reconfigure and pressed Ctrl+C in between, and after that this is what I get:
apt-get install slapd ldap-utils
Reading package lists... Done
Building ...
1
vote
1answer
505 views
Mac OS X roaming profile from Samba with OpenLDAP backend on Ubuntu 11.10
I have been battling for a week now to get my Mac (Mountain Lion) to authenticate on my home network's OpenLDAP and Samba. From several sources, like the Ubuntu community docs, and other blogs, and ...
2
votes
4answers
3k views
Ubuntu 12.04 LDAP client issue
I followed the guide described here configure LDAP, but I keep getting following error when running "getent passwd", is there any reason for that?
Error:
Jul 16 15:58:33 wso2-VirtualBox getent: ...
0
votes
1answer
61 views
error with slap.d while installing any new software
I am trying to install wireshark (this issue is not specific to wireshark) on my ubuntu box and I keep getting the following error for slap.d:
Setting up slapd (2.4.23-6ubuntu6.1) ...
Creating ...
0
votes
1answer
180 views
likewise-open with WIN AD or ldap-auth-client with openldap server
I will like to know which of the following combinations is popular;
likewise-open with WIN AD or ldap-auth-client with openldap server
Thanks
2
votes
0answers
761 views
Using phpLDAPadmin and configuring slapd [closed]
So, I've run through this guide here:
https://help.ubuntu.com/11.04/serverguide/C/openldap-server.html
to the point where I have pushed the backend and frontend directory. So now I have an admin ...
0
votes
3answers
6k views
How to completely remove ldap and remove the directory tree
so I followed this guide:
https://help.ubuntu.com/11.04/serverguide/C/openldap-server.html
to install and configure ldap but then I discoverd both phpLDAPadmin and Luma and have decided to rebuild my ...
0
votes
1answer
1k views
Adding shell access to existing users in zentyal
I user ldap to create my user accounts. for every user created a home directory is created
For every user created i have updated my configuration to adding a default shell. but i did this change post ...
-1
votes
1answer
101 views
How to I set or retrieve the default admin login for slapd [closed]
So I install slapd and ldap-utils via apt-get and at one point I was asked for my root credentials but I was never asked to set up an admin account and password, so I cant really do anything with LDAP ...
0
votes
0answers
556 views
Could not update ICEauthority file /home/myuser/.ICEauthority LDAP Server [duplicate]
Possible Duplicate:
What does this startup dialog message mean “Could not update ICEauthority file”
I have set up an LDAP server and Client Machine, but when I go to login it ...
0
votes
2answers
3k views
Prerequisities to installing OpenLDAP on a clean Ubuntu 11.10 Server install
I have just installed a fresh install of Ubuntu 11.10 Server and would like to setup an LDAP server. Can someone please assist me to what I need to install prior to slapd and ldap-utils. The server ...
1
vote
1answer
349 views
OpenSSH and OpenLDAP Configuration
I have installed Ubuntu Server 11.10. I have setup LDAP with some users added.
Now i want to configure openssh to use this LDAP details to login to server. and once a user logs in each user should ...
0
votes
0answers
170 views
Unable to find what suffix has been set for my LDAP installation [closed]
I have installed open ldap on my ubuntu server by following instructions as specified in server guide. I have also added the hosts entry as specified in the instructions before installing open ldap, ...
5
votes
1answer
442 views
How to have a OpenLDAP Multi master replication setup?
This is the setup I would like to have.
LDAP clients
|
________________|________________
/ \
...
1
vote
2answers
83 views
Not able to install Ldapclient on a non-internet connected PC
For past couple of days am trying to install ldapclient in ubuntu 10.10, but no luck.
Can anyone point me to the exact packages i need to download and install, i have tried the same so may times but ...
0
votes
1answer
194 views
how to configure network Authentication?
i would like to configure network authentication can any one help me to configue ldap,ACL,kerberos step by step
1
vote
0answers
505 views
What's supposed to happen to NFSv4 mounts when Kerberos tickets expire? [closed]
I've got a bug report up on Launchpad describing this issue in detail. See here:
Bug #794112
The gist is that I'm using LDAP and Kerberos to authenticate NFSv4 mounts on my clients according to a ...
2
votes
0answers
165 views
How do I assign an Address-book admin for OpenLDAP? [closed]
I'm new to OpenLDAP but through tutorials and documentation I have been able to setup a LDAP Addressbook where users can retrieve email addresses and mobile numbers with their email clients ...
1
vote
1answer
2k views
How do I remove manually installed packages?
I have followed this tutorial http://www.openldap.org/doc/admin24/quickstart.html
on installing OpenLDAP, but now I want to remove it.
I'm not sure which command should I use for that. Can somebody ...
2
votes
1answer
1k views
Ubuntu 10.04 LDAP Replication
Ubuntu 10.04 LDAP Replication - please help
I was trying to setup LDAP Replication.
But I put the wrong IP address in the consumer_sync.ldif file and now I am trying to fix it but I am getting the ...
2
votes
1answer
2k views
How can I setup LDAP client authentication?
I have set up an OpenLDAP server on Server 1 (running 10.04 desktop) per https://help.ubuntu.com/community/OpenLDAPServer and confirmed that it worked by using LDAP tools to query the LDAP directory. ...
3
votes
2answers
3k views
“ldap_add: Naming violation (64)” error when configuring OpenLDAP
I am following the Ubuntu server guide to configure OpenLDAP on an Ubuntu 10.04 server, but can not get it to work.
When I try to use sudo ldapadd -x -D cn=admin,dc=don,dc=com -W -f frontend.ldif I'm ...
