- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: When does an account created
 
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-20-2001 08:52 PM
07-20-2001 08:52 PM
			
				
					
						
							When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
How to check when an account was created ?
YC
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-20-2001 09:10 PM
07-20-2001 09:10 PM
			
				
					
						
							Re: When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
try samlog. You can do a grep on that.
kaps
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-20-2001 09:47 PM
07-20-2001 09:47 PM
			
				
					
						
							Re: When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
2) grep user /etc/group
3) check whether user's auth file is present for e.g. user name is lee then
/tcb/files/auth/l/lee file should be present and u remove encrypted password and give new passwd from cmd line
4) check whether home directory is there, if not create the directory
5) Try to login with the user id.
Cheers...
Satish.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-20-2001 10:18 PM
07-20-2001 10:18 PM
			
				
					
						
							Re: When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
HTH
Michael
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-22-2001 11:24 PM
07-22-2001 11:24 PM
			
				
					
						
							Re: When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
Try the command logins |grep "new account".
Thanks.
G Manikandan
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-23-2001 04:01 AM
07-23-2001 04:01 AM
			
				
					
						
							Re: When does an account created
						
					
					
				
			
		
	
			
	
	
	
	
	
check the /etc/passwd file if the created userid exist then account is created else no.