openldap Questions
2
Solved
I want to have a LDAP server on a docker container, I already used dinkel/openldap, osixia/openldap and muzili/ldap docker images and so far connection and first configuration is ok.
My problem is...
1
I'm trying to apply a config through a LDIF file. I'm binding as admin on my LDAPs server and I'm getting the following Error Message:
LDAP: Error 50 - Insufficient Access Rights
I'm binding a...
2
Solved
How can I search for a uniqueMember in an objectClass groupOfUniqueNames within OpenLdap?
dn: cn=group,dc=example,dc=com
objectclass: groupOfUniqueNames
cn: group
uniquemember: uid=member1
uniquem...
Whiffen asked 19/9, 2013 at 8:34
1
In mac using Active Directory we can cache ldap login credentials by checking create mobile account at login. Is there any other way to do same thing in openldap. Please some one share information ...
5
Solved
In an older version of our code, we called out from Perl to do an LDAP search as follows:
# Pass the base DN in via the ldapsearch-specific environment variable
# (rather than as the "-b" paramat...
1
Solved
I have installed an openldap for windows server and I use LDAPAdmin to connect to it by its default values :
Server=ldap://localhost:389
Base:dc=maxcrc,dc=com
UserName:cn=Manager,dc=maxcrc,dc=com
...
Hermaphroditus asked 11/3, 2015 at 14:1
3
Solved
What has been the experience of folks who have already been using OpenDJ and OpenAM? Older versions seem free to use but the new releases don't seem to be free for use. How do they compare to the e...
1
Solved
I am getting the error while running ldapsearch command and client side authentication also not coming.
Could anyone please help me to sort out the problem ?
ERROR MESSAGE
ldap_sasl_interactiv...
2
Solved
After installation slapd on ubuntu 12.04 machine, ldapadd, ldapsearch, I can see it got my data.
The question is where is the directory? It's empty here:
/var/lib/ldap/
/usr/lib/ldap/
slapd config...
1
first of all, I'm pretty much of a beginner in this area.
I'm supposed to find a real Single Sign-On solution for multiple websites (that use shared openLDAP user and pw data) we use inside our com...
Rhotacism asked 10/1, 2014 at 16:1
1
I'm setting up openLDAP with SASL authentification with kerberos.
I got problem with this auth.
First, I get the kerberos ticket with kinit. When I make a klist, the ticket is displayed. So, no pr...
6
Solved
I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here I go:
I'm supposed to move an application from one redhat server to another,...
2
Solved
I have a master LDAP server (openldap) running on a node that needs to be decomissioned. I have several consumer nodes doing a syncrepl to it. I have designated another node (one of the consumers) ...
2
When I:
ldapadd -f pop01.ldif -x -D "cn=Manager,dc=ldap,dc=beonegroup,dc=be" -w 1234
I get:
adding new entry "dc=ldap,dc=beonegroup,dc=org"
ldapadd: Server is unwilling to perf...
Montero asked 4/3, 2014 at 9:51
1
I am using openldap 1.2.2 and php 5.5 here is error i am getting. I am new to these things and i m following this tutorial.
Error trying to get a non-existent value (appearance, password_hash) e...
Sanguine asked 19/12, 2013 at 3:58
2
I'm try using phpLDAPadmin to connect openldap server, but when I try to create new user account with Generic: User Account, I get the error :
"Template Value Error
This template uses a sele...
Feeler asked 10/10, 2013 at 11:21
2
Solved
What works
Suppose I have inetOrgPersons in ou=people,dc=example,dc=com. Example:
dn: cn=John Doe,ou=people,dc=example,dc=com
objectClass: inetOrgPerson (structural)
objectClass: person (structur...
1
Solved
When i run the next command it's all KO:
ldapsearch -x -b "dc=icm,dc=movismart,dc=com" -D "cn=Manager,dc=icm,dc=movismart,dc=com" -W
But when i run this it's a problem "Invalid Credentials (49)"...
Scuff asked 22/11, 2013 at 10:18
4
Solved
I am using Openldap 2.4.11 in Fedora Core 13.
I am trying to create a password policy:
dn: cn=default,ou=policies,dc=estream,dc=com,dc=my
objectClass: person
objectClass: pwdPolicy
objectClass: t...
2
Solved
I'm able to authenticate Active Directory with a user configured for ContextSource lifetime using Spring-ldap. My Spring xml configuration looks lilke this:
<bean id="ldapTemplate" class="org.s...
Illusion asked 13/6, 2013 at 10:16
2
Solved
I have a sample program here that is trying to connect to LDAP server on the secured port (ldaps://) However, the sample program is not able to bind to the server.
#define LDAP_DEPRECATED 1
#incl...
1
I am trying to find out that in ad, user has allowed to change password or not.
I have used SearchResponse to find out that user exists or not.
3
I have an app running using django.
Now i want only users that are authenticated via an openldap server to see "their view" (therefore i only need their uid after successfull authentication)
How c...
Walkling asked 27/3, 2013 at 20:49
1
Solved
I am writing a client app (using OpenLDAP libraries) for which the users gets authenticated via LDAP server.
Here is the sample, hard coded, program that fails to compare userPassword for a user....
1
Solved
I need to know what kind of group should I use for grouping users in LDAP.
I basically need the function MemberOf, to get some permissions based on groups membership.
Example:
Users
User 1
Us...
© 2022 - 2024 — McMap. All rights reserved.