Recently, WSS has been used for Oa. The headache is that WSS has not modified its own password, added users, and so on. Therefore, it is easy to implement
1. Account query;
2. group query;
3. Change the password (change the current logon password );
4. Create an account (not completed );
Note: Windows Account Management is not an ad account.CodeIt is very simple, so we will not describe it much, mainly the Member. CS class;
Open directly with vs2008 SP1. There are two portal pages:
1. In the members/find. aspx search window, you can search for accounts and search groups, view account and group information, query accounts by group, and query groups by account.
2. userchangepassword. aspx is used to change the password of the current Logon account;
3. useradd. aspx adds an account because it is not very urgent and has not been implemented yet;
Implemented in C #, the key is to operate directoryentry
Download website code