openldap Questions

4

after a couple of days searching in google I have to resign and ask :/ We're using a debian server with openldap and radius installed. When I connect to the radius using radtest everything is fine...
Physiologist asked 19/3, 2015 at 15:19

3

I'm newbie to OpenLDAP. I have done a bit of research on the above topic and so far couldn't find a satisfactory answer. I would appreciate if anyone can show me how to enable/disable/remove a user...
Drat asked 12/4, 2015 at 5:52

4

I'm trying to synchronize OpenLDAP and Active directory together. To do so I'm using a program called LSC-Project which is specified to do this sort of thing. I have configured the program the be...
Suiting asked 15/5, 2012 at 19:55

2

Here is my LDAP ORG Structure: I created user with first, last name with password. But it is not working when am trying to connect using jdbc. Error says invalid credentials. Then I tried ldapse...
Krusche asked 16/3, 2017 at 21:35

0

I am trying to connect the OpenLdap through Apache Directory Studio and its working upto Network Parameter and check Network Parameter working fine. But Next step i am trying to Authentication and...
Plutonic asked 28/11, 2017 at 19:1

3

Solved

The organization that I work for uses PPolicy (an OpenLDAP module) to automatically salt and hash passwords. Unfortunately, I don't have access to the machine running the OpenLDAP server, so i can'...
Internuncial asked 18/7, 2013 at 20:15

1

I am trying to find out whether a user is disabled in ldap using ldapsearch utility but I have been unsuccessful so far. This is what i have got so far ldapsearch -h hostname -D 'Service Account' ...
Frontage asked 4/10, 2017 at 22:20

2

Solved

I'm trying to install LDAP. I've installed slapd and the PhpLDAPAdmin tool on Debian, but when I'm logged in, I cannot do anything. Despite I've logged in as 'cn=admin,dc=barbucha', I see on the ri...
Querist asked 17/12, 2012 at 19:44

1

Solved

Edit : Issue finally solved. The detail can be found in the troubleshooting part at the end of this message. I leave the detailed steps here in case it could help somebody. Setup OpenLDAP I - Cr...
Schaffner asked 8/8, 2017 at 10:38

1

Solved

I am new at LDAP and searched for adding simple objectClass and Attributes but still getting an error, I would like to have an object 'adminFunc' with a simple string attribute 'functionId' so I c...
Nanete asked 4/8, 2017 at 16:34

1

Solved

I am newbie in LDAP and trying to add extra attributes & ObjectClass to OpenLDAP (2.4.40) schema, so it could compatible with the java code that is working with Active Directory I did quite a ...
Moralize asked 7/8, 2017 at 2:18

1

I have an LDAP server with "dc=domain1,dc=com" as the olcSuffix. I would like to create a second domain "dc=domain2,dc=com" on the same server. Using this LDIF file: dn: olcDatabase={3}bdb objec...
Daze asked 17/6, 2015 at 17:27

2

Solved

using an OPENLDAP server i want to retrieve informations from it with ldapsearch. I created a custom class called iduriclass, this class is used to store an id and an uri. in my ldapsearch command ...
Tooth asked 1/1, 2014 at 12:46

3

I looked everywhere for a solution to my problem but still didn't find it. I have these two simple files as sladp.conf and mytree.ldif and when i try to add something to mytree.ldif it keeps asking...
Deck asked 2/6, 2011 at 18:43

2

I'm trying to add 'mail' attribute to users on my openldap server but somehow it fails. I tried using ldapmodify but I get this: ldap_modify: Object class violation (65) additional info: attribut...
Pacification asked 1/2, 2015 at 11:26

1

Solved

I am trying to get all the groups that a certain user is a member of. I have the following structures in ldap: o=myOrganization ou=unit1 cn=admin cn=guess and ou=users cn=ann cn=bob cn=c...
Caesarea asked 24/10, 2016 at 18:37

3

I'm not familiar with certificates and openldap. I'm trying to port someone elses work from an older OS to CentOS-6 with openldap-2.4.23. On the old OS, an ldap connection worked without issue. Now...
Thrombus asked 30/7, 2014 at 11:55

1

Solved

I have a web application set up using JSF 2.1 and JEE 6 running on a WebLogic 12.1.2 server with an openLDAP for authentication. I've been noticing that loading any page in the app causes multiple ...
Caledonian asked 16/9, 2016 at 21:42

1

I am currently building an iOS app written in Objective-C and Swift containing the openssl and openldap frameworks, which builds and runs without any issues. However, when I try to archive the ...
Wagshul asked 3/9, 2016 at 18:26

0

When I try to set up an LDAP server in Docker using SLAPD and connect it to a PostgreSQL Docker with the example database, only the attribute mapping for the first object class is loaded. The foll...
Lahnda asked 28/7, 2016 at 19:25

1

I am coding in Python, ldap3 trying to create a user in OpenLDAP on CentOS. My local development machine is running Windows 8 64bit. Below is my code. from ldap3 import Server, Connection, ALL # ...
Subir asked 13/5, 2016 at 10:22

2

I am getting insufficient access errors using ldap_modify with OpenLDAP 2.4.32 and PHP 5.4.6. The php function that is giving the errors looks like this: function set_user($dn, $password, $data) ...
Divisor asked 25/10, 2012 at 22:3

2

I've followed this (https://github.com/IntersectAustralia/acdata/wiki/Setting-up-OpenLDAP) tutorial for set up LDAP server in my local machine. I've done all these steps Installed Homebrew Ins...
Kinetics asked 6/10, 2014 at 11:8

3

By writing an ldapsearch command such as: ldapsearch -h ipaddress -p 389 -D "cn=func_01_acc,ou=admins,dc=akademia,dc=int" \ -w akademia.01 -b "ou=stud01,dc=akademia,dc=int" "(l=Torun)" sn cn telep...
Liquefy asked 20/2, 2016 at 22:34

5

Solved

I currently try to change passwords in our Active Directory Envoirenment via LDAP on Linux since the users in question do not have access to a windows-machine and we want to keep it that way. In o...
Mundt asked 3/4, 2012 at 8:18

© 2022 - 2024 — McMap. All rights reserved.