Home > Forum > Data sources > LDAP as source for users

LDAP as source for users
0

MVP

Hey,
have anyone succesfully configured LDAP as source for users?
* https://docs.webcon.com/docs/2023R3/Studio/SystemSettings/GlobalParams/UserSynch/SynchConfig/LDAP

I'm trying to make it work, but all entities (users, and groups) are being synchronized as groups.

From the error log it seems like Webcon is generating LDAP query with an error - the OR - | - operator seems to be in wrong place:
- (8/12/2024 8:29:33 PM) Searching LDAP://ldap-server:389/DC=ldap,DC=goauthentik,DC=io?uid,gidNumber,objectClass,accountExpires,adspath,cn,company,comment,countryCode,department,description,displayName,distinguishedName,givenName,homeDirectory,homePhone,info,ipphone,isCriticalSystemObject,localeid,mail,manager,memberOf,mobile,name,objectCategory,objectVersion,ou,pager,physicalDeliveryOfficeName,postalcode,postofficebox,primarygroupid,proxyaddress,sAMAccountName,sAMAccountType,securityidentifier,showInAddressBook,sn,st,streetAddress,telephoneNumber,thumbnailPhoto,title,userAccountControl,userParameters,userPrincipalName,whenChanged,whenCreated,wwwhomepage?sub?(|(objectClass=user)(objectClass=group)) (page size: 500)

This part (|(objectClass=user)(objectClass=group)) should look like this ((objectClass=user)|(objectClass=group)).

Before reporting to support I wanted to check if anyone had success with LDAP users sync :)

I'm testing it on 2024.1.1.48

Nobody has replied in this thread yet.