Samba 4 for users login

Hi all,
Is possible to use an AD server based on samba 4 (nethserver 7.3 centos) as credentials server for erpnext?

Yes, via LDAP

thanks @James_Robertson

i have adopt this config

LDAP Server Url: ldap://192.168.1.2:389 (IP of bridge NSDC)
Organizational Unit: CN=Users,DC=xxxxx,DC=it
Base Distinguished Name (DN): CN=admin,CN=Users,DC=xxxxx,DC=it
Password for Base DN: •••••••••
LDAP Search String: cn=*{0}
LDAP First Name Field: displayName
LDAP Email Field: userPrincipalName
LDAP Username Field: name

now login correctly via ldap based on Nethserver 7.3, samba 4 Domain Controller

https://frappe.github.io/erpnext/user/manual/en/setting-up/integrations/ldap-integration

1 Like