Skip to main content

Questions tagged [ldap]

the Lightweight Directory Access Protocol (LDAP), a protocol used for modifying and querying items stored in directory services

Filter by
Sorted by
Tagged with
3 votes
4 answers
242 views

I'm trying to figure out a way of counting how many attribute values (for a multi-valued attribute in LDAP) various different users have. For example, the data looks something like this... dn: uid=...
darrensunley's user avatar
1 vote
0 answers
58 views

On Debian 13 a fresh installed sssd (2.10.1) shows strange permission errors after the start using systemctl restart sssd.service: systemd[1]: Starting sssd.service - System Security Services Daemon......
tardis's user avatar
  • 153
0 votes
1 answer
34 views

I want to use a Debian Stable system to authentificate to two different LDAP servers that provide user/password/group data using e.g. LDAP/NSS / nss-pam-ldapd (https://wiki.debian.org/LDAP/NSS, https:/...
tardis's user avatar
  • 153
2 votes
1 answer
169 views

The OpenLdap installation of Ubuntu 24.04 brings ACLs: dn: olcDatabase={-1}frontend,cn=config ... olcAccess: {0}to * by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage ...
Thomas P's user avatar
0 votes
1 answer
74 views

I have a bunch of AlmaLinux machines with SSSD configured to allow LDAP auth and it's working fine. We have a very huge LDAP directory and some users got multiple entries following this schema. dn: cn=...
darxmurf's user avatar
  • 1,236
0 votes
0 answers
62 views

First, we will install the packages onto VM1 with sudo wget https://repo.symas.com/configs/SOFL/rhel8/sofl.repo -O /etc/yum.repos.d/sofl.repo: [bill@target ~]$ sudo wget https://repo.symas.com/configs/...
Roberto_1986's user avatar
0 votes
1 answer
60 views

This is my pam.conf for Slackware 15.0 #%PAM-1.0 # # Most of these PAM modules have man pages included, like # pam_unix(8) for example. # ################## # Authentication # ################## ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
71 views

I have the two OU: 1.People 2.newOU . My dc is nodomain. I have the following search and every thing is ok: root@debian:~/ldif# ldapsearch -c -Y EXTERNAL -H ldapi:/// -b dc=nodomain -D cn=admin,...
PersianGulf's user avatar
  • 11.3k
-1 votes
1 answer
89 views

I have the following ldapsearch: root@debian:~/ldif# ldapsearch -LLLQ -Y EXTERNAL -H ldapi:/// -b dc=nodomain -D cn=admin,dc=nodomain,cn=Pahlevanzadeh,ou=People,uid=mohsen,loginShell=/usr/bin/csh ...
PersianGulf's user avatar
  • 11.3k
0 votes
1 answer
42 views

At first I define a new OU with the following LDIF with ldapadd -x -D "cn=admin,dc=nodomain" -W -f ./ou.ldif : root@debian:~# cat ou.ldif dn: OU=People,DC=nodomain objectClass: ...
PersianGulf's user avatar
  • 11.3k
1 vote
0 answers
1k views

I have set up some RHEL9 servers to authenticate through the AD for the domain EXAMPLE.XYZ; this is done via Ansible playbooks, and so far all works well. (It's the same setup as this previous ...
dr_'s user avatar
  • 32.4k
0 votes
1 answer
106 views

Information: I installed ldap-utils and slapd, during installation of slapd, with ncurses dialog, I imported password of administrator. Then I changed it via ldapmodify -Q -Y EXTERNAL -H ldapi:/// &...
PersianGulf's user avatar
  • 11.3k
0 votes
0 answers
69 views

"I am using nslcd for LDAP queries and Active Directory as the LDAP server. When a search is performed with the base DN set to only com, it retrieves over 2000 entries. This causes the login page ...
Kokila Koks's user avatar
2 votes
1 answer
123 views

I have a Solaris server, it use ldap for user authentication and kerberos for password. The user can change his password, I have only problem with password aging for example: passwd -r ldap -n 12 ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
744 views

The Gnome Keyrings "Login" and "Default" are not unlocked automatically on my Linux Mint 22 machine. This is an LDAP user account and login goes throughg pam_sss.so (SSSD). The ...
Fritz's user avatar
  • 748

15 30 50 per page
1
2 3 4 5
28