Jack Brown
  • Home
  • David Chidell Blog
Subscribe

LDAP

A collection of 2 posts
LDAP

Adding LDAP Users to Group on Account Creation in PHP

I didn't do the research on this one but definitely worth a blog post as I can see it as something I might need to use again in the future. if (ldap_add($ldapConn, $dn, $ldaprecord)) { //Lets add the record add_user_group($dn, "CN=SSL-VPN-Access,OU=DMZ-Groups,DC=dmz,
Apr 28, 2015
Active Directory

Ubuntu and LDAPS (LDAP over SSL)

I recently discovered a problem where I needed Ubuntu to interact with Active Directory using LDAPS, I had a requirement to use the secure version so I could change user passwords. A quick and easy way to get Ubuntu to connect without worrying about certificate security settings etc simply edit
Jun 22, 2014 — 1 min read
Jack Brown © 2022
Powered by Ghost