Find the Schema Path In LDAP

Posted by on Mar 29, 2010, Categories: CakePHP, Featured, ldap

0

So I've been trying to find a good way to discover the schema path in LDAP that would work across Netscape style ldap servers as well as Active Directory.  See the problem is each one hides their schema path in a different place.  Netscap style servers (Redhat-DS, Project 389, iPlanet, Sun One, etc) use 'cn=schema', while openldap has been known to use 'cn=subschema' and Active Directory uses  'CN=Schema, CN= Configuration, DC=forest_root_domain' this makes it really difficult to create a universal tool that can find any schema path.  In the past I would lift code from the PhpLDAPAdmin tool, but even...

Read More

Great Media Dev Resources

Posted by on Mar 7, 2010, Categories: Web Development

0

This is just a list of awesome resources I've found for doing creating art on the web.