zour1el Posted July 18, 2011 Share Posted July 18, 2011 I have a searchable directory for my company. I want the users to have access to just there information in the mysql database for them to update. We use AD for most of the auth. here. I was looking for some ideas how to achieve this..... I have thought about adLDAP,OpenLDAP, php's wrote in support for LDAP...... What are your ideas..... easiest and cleaniest.... Quote Link to comment https://forums.phpfreaks.com/topic/242281-idea-help-for-php-and-mysql/ Share on other sites More sharing options...
WebStyles Posted July 19, 2011 Share Posted July 19, 2011 "cleaniest" I can think of is just associate each record with their username and give them permissions to change just the fields where their username matches the one in the database. No need for LDAP to do that. (I'm assuming this directory is in an intranet where people can log in ? ) Quote Link to comment https://forums.phpfreaks.com/topic/242281-idea-help-for-php-and-mysql/#findComment-1244359 Share on other sites More sharing options...
zour1el Posted July 19, 2011 Author Share Posted July 19, 2011 yes housed internally (DB and the php forms) then it is embedded into a portal (external)....... the database can be "hit" externally and internally.... Quote Link to comment https://forums.phpfreaks.com/topic/242281-idea-help-for-php-and-mysql/#findComment-1244363 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.