LDAP users and web application
问题 We built a web application (running on our intranet) that relies on our LDAP directory (active directory) for it's users. Instead of 'syncing' the directory users with say a 'user' table in our application database (MySQL) we use the LDAP directory just like we use databases. When creating a relation between an entity pulled from MySQL and an LDAP user we use the user GUID (which is a unique string). Our directory will never have more than 300 users (never). We installed a dedicated DC