0
I maintain the company’s personnel system and need to implement a routine that when the employee is retired or fired, he loses access to the network folders.
There is a server LDAP
that controls this, but I have no idea where to start. Anyone knows examples of this or can explain to me where to start?
Do you have a system and want to update the data of users of that system with the status of their LDAP user? If that is it just you do a routine to read user status in LDAP and update user status on your system
– rnd_rss
I actually need to block the user from network folders when they were fired or retired
– Rian Rocha