Sponsored Content
Operating Systems Solaris need script for locked and unused user accounts in /export/home directory Post 302112049 by krishna176 on Sunday 25th of March 2007 12:33:06 AM
Old 03-25-2007
Bug need script for locked and unused user accounts in /export/home directory

Hi all,

i have to need one script:

1. it will capture the unused user accounts in /export/home directory.
2. it will capture the locked user accounts in /export/home directory.

Note: locked accounts will show in /etc/passwd like /bin/false --> (instead of ksh it will show false)
the script should be in korn shell.

anybody hand idea regarding this script please help me. i would great thankful to them.

regards
krishna
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

list of active and locked OS accounts

Hello all I'm trying to generate a list of active and locked accounts at the end of every month...How would I know which account is active and which is locked or diabled ...I was looking at the /etc/passwd file but I was not sure how to differentiate between an active account and a locked... (4 Replies)
Discussion started by: luft
4 Replies

2. Solaris

Relocating directory /export/home to a bigger filesystem

My 2GB /export/home/ directory is almost 100% full df -k | grep /export/home /dev/vx/dsk/rootdg/vl73 2031711 1951009 19751 99% /export/home I intend to relocate it to a different 4GB filesystem late at night when there is no user on the system. How do I go... (3 Replies)
Discussion started by: Msororaji
3 Replies

3. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

4. Solaris

Restricting SFTP user to a defined directory and home directory

Hi, I've created solaris user which has both FTP and SFTP Access. Using the "ftpaccess" configuration file options "guest-root" and "restricted-uid", i can restrict the user to a specific directory. But I'm unable to restrict the user when the user is logged in using SFTP. The aim is to... (1 Reply)
Discussion started by: sftpuser
1 Replies

5. Red Hat

User's home directory

Hi, By default user's home directory will be /home/$user. I want to change it to /javauser/$user. How can I do it? Thanks Jeevan. (5 Replies)
Discussion started by: jredx
5 Replies

6. Solaris

how to change /export/home/user dir to /home /user in solaris

Hi all i am using solaris 10, i am creating user with useradd -d/home/user -m -s /bin/sh user user is created with in the following path /export/home/user (auto mount) i need the user to be created like this (/home as default home directory ) useradd -d /home/user -m -s /bin/sh... (2 Replies)
Discussion started by: kalyankalyan
2 Replies

7. Shell Programming and Scripting

Finding AIX user accounts expired or locked

// AIX 6.1 In need of finding which AIX user accounts will be expired and are locked. I have placed the following parameters under /etc/security/user... (1 Reply)
Discussion started by: Daniel Gate
1 Replies

8. UNIX for Dummies Questions & Answers

Extract user accounts and home directory from /etc/passwd.

I am trying to obtain all user accounts and their respective home directories. /etc/passwd contains the required information, but I want to filter it to only show the uid,username and home directory path. I am working on a Solaris 11 machine. I made a little headway so far, but I got stuck... (7 Replies)
Discussion started by: Hijanoqu
7 Replies

9. Solaris

SunOS confusing root directory and user home directory

Hello, I've just started using a Solaris machine with SunOS 5.10. After the machine is turned on, I open a Console window and at the prompt, if I execute a pwd command, it tells me I'm at my home directory (someone configured "myuser" as default user after init). ... (2 Replies)
Discussion started by: egyassun
2 Replies
SYNC-ACCOUNTS(8)						 chiark utilities						  SYNC-ACCOUNTS(8)

NAME
sync-accounts - synchronise accounts and passwords SYNOPSIS
sync-accounts [options] [source ...] DESCRIPTION
sync-accounts is a tool for copying account information into the local system's password and group databases, or equivalent, from other systems. It can be used to slave individual accounts, whole systems, or various partial combinations. By default, when invoked, sync-accounts reads is configuration file and updates all of the local details it is configured to synchronise, from all relevant sources. If one or more sources are named as command-line arguments, only information from those sources is installed locally. See sync-accounts(5) for detailed information about sync-accounts's behaviour and configuration. OPTIONS
-Cconfig-file Reads config-file instead of /etc/sync-accounts. -q Instead of updating local information, sync-accounts displays a summary of which accounts are synchronised or not, and from where. -n Causes sync-accounts not to actually install the new information in the local password and group databases. Instead, updated ver- sions are written to the files passwd and group in the current directory. With -n new accounts are not created at all. The system databases are not locked. SECURITY
sync-accounts is not resistant to malicious data in the local password and group databases, or its configuration file or command line argu- ments. Malicious data in source information will not be able to take control of sync-accounts, but will be copied to the local databases if sync- accounts is configured to do so. To update the local databases, sync-accounts must be run as root. For -q and -n sync-accounts still needs to be able to successfuly invoke the commands specified in the configuration for getpasswd and getgroup. EXIT STATUS
0 All went well and there were no warnings. any other There were problems. The local databases may or may not have been updated. FILES
/etc/sync-accounts Default configuration file. (Override with -C.) sync-accounts-createuser Default command invoked by sync-accounts to create local users. /home Default location for created users' home directories. /bin/sh Default shell for created users. /etc/passwd, /etc/group, /etc/shadow, /etc/master.passwd Local account databases, depending on configuration. /etc/shadow-non-existent Must not exist. ENVIRONMENT
EDITOR, VISUAL Manipulated by sync-ccounts when it is reinvoking itself via vipw or vigr, according to lockpasswd runvia or lockgroup runvia. SYNC_ACCOUNTS_* Used by sync-accounts for its own purposes. Do not set these variables. Setting variables used by vipw(8) and vigr(8), apart from EDITOR and/orVISUAL will affect the operation of sync-accounts. Avoid messing with these if possible. PATH is used to find subprograms such as sync-accounts-createuser and vipw/vigr. BUGS
Using sync-accounts does not give particularly prompt propagation of changed account information. There is no simple mechanism for automatically getting the right configuration details for accessing the local system's password and group databases. All the systems sharing account information using sync-accounts need to be using compatible encrypted-password schemes. AUTHOR
sync-accounts and this manpage are part of the sync-accounts package which was written by Ian Jackson <ian@chiark.greenend.org.uk>. They are Copyright 1999-2000,2002 Ian Jackson <ian@davenant.greenend.org.uk>, and Copyright 2000-2001 nCipher Corporation Ltd. The sync-accounts package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, consult the Free Software Foundation's website at www.fsf.org, or the GNU Project website at www.gnu.org. SEE ALSO
sync-accounts(5), grab-account(8), sync-accounts-createuser(8), passwd(5), group(5), shadow(5), master.passwd(5), vipw(8), vigr(8) Greenend 14th July 2002 SYNC-ACCOUNTS(8)
All times are GMT -4. The time now is 02:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy