Skip to content

keremavci/cf-bulk-ldap-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tl;tr

Find ldap user via groups and add Cloud Foundry

Build

docker build -t cf-bulk-ldap-import .

Run

docker run -it \
-v ${PWD}/config/cfuserrole.yml:/tmp/cfuserrole.yml \
-e LdapHost="Ldap:389" \
-e LdapPassword="$LdapPass*" \
-e LdapBindDN="CN=LDAP USER,OU=Resource,DC=keremavci,DC=dev" \
-e LdapBaseDN="OU=developers,DC=keremavci,DC=dev" \
-e CFApiURL="https://api.system.prod.pcf" \
-e CFUsername="admin" \
-e CFPassword="password" \
-e ConfigFile=/tmp/cfuserrole.yml \
 cf-bulk-ldap-import

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published