Thanks to visit codestin.com
Credit goes to github.com

Skip to content

giggsoff/keycloak-ldap-posixaccount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-ldap-posixaccount

This is a Keycloak extension to automatically increment the POSIX account UID number (LDAP attribute uidNumber) when newly creating LDAP users. Also sets homeDirectory to /home/username.

Usage

Run the maven package command:

mvn compile
mvn package

Next, copy the jar file from the target directory to the /opt/keycloak/providers/ directory and restart Keycloak. You can then add a mapper in the LDAP user federation of the type keycloak-ldap-posixaccount and configure the first UID to use for new users.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%