Changes

Jump to navigation Jump to search
141 bytes added ,  16:12, 15 August 2017
Line 74: Line 74:     
ldapsearch is a handy tool that is part of open ldap. You can query some handy information out of our ldap servers as follows if you have an account to bind with:  
 
ldapsearch is a handy tool that is part of open ldap. You can query some handy information out of our ldap servers as follows if you have an account to bind with:  
 +
 +
You may need to set LDAPTLS_REQCERT=allow before those commands.
    
   #list laser cutter certified:
 
   #list laser cutter certified:
   ldapsearch -ZZ -v -x -H ldap://bob.ad.pumpingstationone.org -b "DC=ad,DC=pumpingstationone,DC=org" -D "PS1\myuser" -W "CN=Laser Engraver Certified"
+
   ldapsearch -v -x -H ldaps://bob.ad.pumpingstationone.org -b "DC=ad,DC=pumpingstationone,DC=org" -D "PS1\myuser" -W "CN=Laser Engraver Certified"
 
   #list domain Admins
 
   #list domain Admins
   ldapsearch -ZZ -v -x -H ldap://bob.ad.pumpingstationone.org -b "CN=Users,DC=ad,DC=pumpingstationone,DC=org" -D "PS1\myuser" -W "CN=Domain Admins"
+
   ldapsearch -v -x -H ldaps://bob.ad.pumpingstationone.org -b "CN=Users,DC=ad,DC=pumpingstationone,DC=org" -D "PS1\myuser" -W "CN=Domain Admins"
 +
 
 +
 
 +
Remember you can use space.pumpingstationone.org if it is outside PS1 network.
    
== Apache mod_authnz_ldap ==
 
== Apache mod_authnz_ldap ==
Domain Admins
120

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu