Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- Setup vi syntax for PHP
- increase mysql query speed
- EXCEL return to the next line in the same cell
- git svn conversion
Monday, January 6, 2014
Add new user account in Windows server 2003
Windows server 2003 - Virtual Server Services
Start -> Administrator Tools->Computer Management->Local Users and Groups->Users
right click, add new user jiansen
Setup ftp account and password in windows server 2003
Start -> Administrator Tools->Computer Management->Internet Information Services->Ftp sites
Reference:
http://support.microsoft.com/kb/323384
https://www.serverintellect.com/support/ftp/manual-ftp-acct/
Services IIS admin service
Setup sftp using OpenSSH in Windows 2003
setup username in sftp
cd C:\Program Files\OpenSSH\bin
mkpasswd -l -u username >> ..\etc\passwd
http://www.digitalmediaminute.com/article/1487/setting-up-a-sftp-server-on-windows
change username to jiansen, in ../etc/passwd
change /home/jiansen to /cygdrive/c/web_root
restart openssh
in database server: 10.29.227.65 using active directory, create user jiansen (control pannel->active directory user and group), connect via remote desktop using new account, error: exceed maximum connection. Check administrator connect, I did found 2 remote connections hang there, how to reset them?
only one ftp account uploader, created via IIS manager in Windows 2003
1. Create FTP User
Start -> Administrator Tools->Computer Management->Internet Information Services->Ftp sites
in active directory
Start -> Administrator Tools->Active Directory Users and computer->Users->New User (right click mouse)
2. Create FTP Virtual Directory
Start -> Administrator Tools->Internet Information Service (IIS) Manager
->FTP Sites > new virtual directory (right click mouse)
Enter "Alias" name, put it as exactly the same as the username you have just created and click Next, Browse to the directory where you wish to allow this FTP user to access to. Click Next, enable "Read" and "Write" privileges. Click Finish
3 .Create Permissions on FTP Folder
Right click on your FTP folder and add the FTP user you have just created above to this folder.
Enable full permissions or any permission set you wish to create.
Active directory tutorial:
Part 1
https://www.youtube.com/watch?v=dQI75523Vag
Part 2
https://www.youtube.com/watch?v=ti8NQghywco
Part 3
https://www.youtube.com/watch?v=9e2NqHWkByM
Microsoft Management Console (MMC) is a component of Windows 2000 and its successors that provides system administrators and advanced users an interface for configuring and monitoring the system.
Here I typed mmc in RUN to add Local user and groups in active directory
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment