To get a new user in SharePoint with Windows Authentication, do you log on to the server and add the user manually / you develop some web part in SharePoint to Administer the AD?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know there is now built in way to add users to the AD through SharePoint. But there are some 3rd party solutions out there offering webparts which will do job.
Another way would be to develop your own web part using the Directory Services. With the Directory Services assembly you can access a directory like an Active Directory or LDAP and communicate with it.