There are a few different ways to map drives when a user logs in, if you already have a log in script you can simply copy parts of the following code into the script to be able to map drives. This is a very simple script, when it comes to login scripts, the less complex… Read more »
Secure Administrator account in Active Directory
Securing the Administrator account in Active Directory You may be thinking this should be common knowledge but time and time again I see directories with the Administrator account still in the “Domain Admins” group and active! Before you do this, ensure you are not using the domain administrator account for authenticating! I always follow a… Read more »
Install phpLDAPadmin on Debian Squeeze
This tutorial will show you how you can set up an LDAP and web interface to manage LDAP (Active Directory) server on Debian (Squeeze). phpLDAPadmin url: http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page Screenshots of phpLDAPadmin: http://sourceforge.net/projects/phpldapadmin/ Server name: ldap.example.com Domain name: example.com Server IP: 192.168.0.2 Run commands without the “#” for them to work! Make sure the server is up… Read more »
Remove Protection Against Accidental Organizational Unit Deletion
Open “Active Directory Users and Computers” Click “View” and then click “Advanced Features” Right click the OU and click “Properties” In the OU properties, Click on the “Security” tab and then click “Advanced” In “Permission Entries”, select the “Deny” entry for “Everyone” group, and click “Remove” Click “OK” to the close the “Advanced Security Settings”,… Read more »