Very simple!
- Download the plugin Kepler Custom Fields
- Create a SIL Script Custom Field
- In the custom field configuration set a new script like this:
- return ldapUserRecord(“attribute”, “”, “”, “”, “user@example.com”, “user”);
- Remember to configure the LDAP connection
- Go to “Cog icon” –> Addons –> KEPLER –> LDAP Configuration
-
URL = ldap:
//localhost:389
BIND USER = cn=binduser,ou=IT Group,dc=alpha,dc=local
PASSWORD = passw0rd
BASEDN = dc=alpha,dc=local
Help info: