openldap Questions
2
Solved
What would the correct syntax be, using ldapsearch, to return all Groups\OU's and their nested Groups\OU's in an AD domain?
I am trying to query a Windows AD DC from a Linux Box and need to h...
4
Is there any way to perform a LDAP search and save the results into a table format (e.g. csv)?
Cheers
Jorge
Frightened asked 6/2, 2018 at 14:4
5
Solved
i am using openldap with phpldapadmin, and i'm trying to check what are the groups of a certain user.
this is my scheme ...
this is what i tried, but it didn't work
docker-compose exec openld...
Sixfooter asked 14/7, 2018 at 17:47
3
Solved
I can't install python-ldap via pip, I get the following error:
$ sudo pip3.4 install python-ldap
Downloading/unpacking python-ldap
Downloading python-ldap-2.4.19.tar.gz (138kB): 138kB downloaded...
Guitarist asked 11/4, 2015 at 21:9
5
I wish to implement a new account policy in openldap that allow an administrator to set expiry date of user accounts. However, I can't find any related attribute in the object classes.
This is not...
3
For a django project, I designed a different login page. The users here will log in via openldap.
I can access users' full information with their uid id, but I could not find how to verify the pass...
3
Solved
I am working on a website which is used to reset password of LDAP users. I am not able to make connection with server over ssl. I tried various code and authentication types.
This is what used on ...
1
I'm using Keycloak and just setup some OpenLDAP. Importing from LDAP to Keycloak works fine. Even new registrations and updates to users are synced nicely. But I can't find any way to:
a) Export ex...
Wheal asked 15/12, 2018 at 0:13
3
Solved
I am working on scalable web application.I am planning to use LDAP for login authentication purpose. I am new to LDAP when I search about it I found two important implementations:
OpenLDAP
Apache ...
4
I have been trying to enable logging in my OpenLDAP setup (in Oracle Enterprise Linux 6.5) , but no logs are being generated in /var/log/slapd/slapd.log.
Followed these steps to enable loggin...
2
Is there a way to determine when an LDAP password is set to expire with ldapsearch? I haven't been able to see anything in man pages that would allow me to get this information.
I see warning mess...
2
I've setup an LDAP server running on Centos 7. id, getent passwd, on users works. But 'ssh' failed. From /var/log/secure, it seems like authentication succeeded, but pam doesn't like somethin...
2
Solved
Is it possible to remove all entries from LDAP by one-line commend?
I tried:
ldapdelete -r 'cn=*,dc=domain,dc=com' -w
but it's not working. I have no better ideas;/
Sporogony asked 18/7, 2017 at 8:33
7
I have an python error AttributeError: 'module' object has no attribute 'initialize'
I am running Python 2.6.2 on Solaris 10 UNIX and recently installed the pythonldap 2.3.9. The script is very bas...
2
Solved
We have an LDAP with a number of groups that follow this pattern:
Acme-MyApp-ABC-Admin
Acme-MyApp-ABC-Bottlewasher
Acme-MyApp-ABC-Cook
Acme-MyApp-DEF-Admin
Acme-MyApp-DEF-Bottlewasher
Acme-MyApp-D...
Infantile asked 10/3, 2015 at 23:23
0
There is a defined way to create a Active Directory ( AD ) Service Account for LDAP queries.
There is no much article on LDAP Service account creation in OpenLDAP
I am trying to find ways to create...
Perfectly asked 14/7, 2020 at 17:34
3
Solved
I was trying to rename my OpenLDAP's baseDN
from:
dc=abc,dc=com
to:
dc=xyz,dc=edu
I did modify some conf files:
/etc/ldap/slapd.d/cn\=config/olcDatabase={1}hdb.ldif
/etc/ldapscripts/ldapscri...
1
I'm using php 7 to connect to active directory using LDAP. I need to create manually a file under: C:\openLDAP\sysconf\ldap.conf and set TLS_REQCERT never. If I don't create this file ldap fails to...
Walford asked 14/3, 2017 at 10:4
3
Solved
I just Installed OpenLDAP on Ubuntu Server 12.10, and I added an ldif file using slapadd -c -l init.ldif as the following :
dn:dc=tpw,dc=uca,dc=ma
dc: tpw
objectClass: dcObject
objectClass: top
obj...
3
I'm using Ubuntu 12.04 - server and consistently getting:
/usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/libpython2.7.so.1.0)
and
/usr/lib/libssl.so.1....
9
I am trying to authenticate openLDAP username and password using passport-ldapauth npm. While executing the below code I am always getting error as
{ message: 'Missing credentials' }. Kindly help ...
Purpure asked 8/6, 2015 at 10:49
2
Solved
I installed Openldap in server and after that added the user into the ldap,below screen show show the added user through Apache Active Directory
Now in keycloak i added user federation as a open...
5
Solved
For the life of me, I cannot seem to find this anywhere and if anyone can even just give me a link I would be very appreciative.
We are trying to turn on SSHA hashing in openLDAP. By default...
Machinist asked 31/7, 2012 at 0:30
1
Solved
I set up my OpenLDAP server on a Ubuntu 19.04 VM and allowed replication (using this tutorial: https://help.ubuntu.com/lts/serverguide/openldap-server.html#openldap-server-replication). Everything ...
Fibrinolysis asked 12/9, 2019 at 14:23
2
I downloaded OpenLDAP for Windows (2.4.43 x86) from SourceForge and the installer is asking for a Serial Number:
As far as I can find there is no such thing?
I tried entering anything but the n...
Warily asked 8/6, 2016 at 3:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.