ID Management Security guideline for Linux, AIX, SunOS and HP UX


 
Thread Tools Search this Thread
Special Forums Cybersecurity ID Management Security guideline for Linux, AIX, SunOS and HP UX
# 1  
Old 06-11-2018
ID Management Security guideline for Linux, AIX, SunOS and HP UX

I'm searching for COMPREHENSIVE ID management security guideline to manage user administration in my current job. I couldn't find it online or the books that could help.

What I need to know:
  1. User security directories and how to use it.
  2. How user should be managed.
  3. How the standard user policies should be.
  4. How to manage and check sudo logs.
  5. All about root id management.
  6. and many more that I'm suppose to know for ID management Security in corporate companies.

Please help. I really need this badly to set a standard policies and monitoring for my new project for Linux, AIX, SunOS and HP UX servers. We have about 10 000 servers which I need to standardize.

Last edited by rbatte1; 06-11-2018 at 10:56 AM.. Reason: Converted from text numbered list to formatted numbered list with LIST=1 tags
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Individual Risk Management (Personal IT Security) and Browser Cache Management

Original post from this thread on browser caching. To add to this, it is an effective security measure to clear absolutely all cached data (cookies, web content, ....) when closing the browser - i.e. in case of a shutdown. It takes a bit of work to re-login to all the sites but websites will not... (7 Replies)
Discussion started by: bakunin
7 Replies

2. Solaris

Patch management (Solaris, AIX , Linux )

Hi Guys, I am doing L1 Level support for Solaris Platform. Eg. User Management, File system , Print management and Job monitoring. I recently completer my IBM Aix 7 Administration certification. Issue is that my manager is asking me do full time unix / linux patch management work for new... (5 Replies)
Discussion started by: Nats
5 Replies

3. UNIX for Advanced & Expert Users

awk variable regexp works in AIX but not in SunOS?

Using awk variables for regular expressions is working for me in AIX. It is failing for me in SunOS. I don't know why. Can someone explain and/or suggest a fix for the SunOS version? Here is a little test script. It runs fine in AIX: $ cat test.ksh #! /bin/ksh print "Executed on OS: $(... (6 Replies)
Discussion started by: charles_n_may
6 Replies

4. Solaris

Java / SunOS Security question

Hi, I have a question about the Java that comes with the Solaris 9/10 OS. All my boxes are servers, only ssh allowed, no x windows, hardened, firewaled, etc... Their purpose is Oracle DB's and Sun One Dir servers. None of which use the OS version of Java as far as know. Question IS, can... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question
IONSECADMIN(1)							  ICI executables						    IONSECADMIN(1)

NAME
ionsecadmin - ION security policy administration interface SYNOPSIS
ionsecadmin [ commands_filename ] DESCRIPTION
ionsecadmin configures and manages the ION security policy database on the local computer. It configures and manages the ION security policy database on the local computer in response to ION configuration commands found in commands_filename, if provided; if not, ionsecadmin prints a simple prompt (:) so that the user may type commands directly into standard input. The format of commands for commands_filename can be queried from ionsecadmin by entering the command 'h' or '?' at the prompt. The commands are documented in ionsecrc(5). EXIT STATUS
0 Successful completion of ION security policy administration. EXAMPLES
ionsecadmin Enter interactive ION security policy administration command entry mode. ionsecadmin host1.ionsecrc Execute all configuration commands in host1.ionsecrc, then terminate immediately. FILES
Status and diagnostic messages from ionsecadmin and from other software that utilizes the ION node are nominally written to a log file in the current working directory within which ionsecadmin was run. The log file is typically named ion.log. See also ionsecrc(5). ENVIRONMENT
No environment variables apply. DIAGNOSTICS
Note: all ION administration utilities expect source file input to be lines of ASCII text that are NL-delimited. If you edit the ionrc file on a Windows machine, be sure to use dos2unix to convert it to Unix text format before presenting it to ionsecadmin. Otherwise ionsecadmin will detect syntax errors and will not function satisfactorily. The following diagnostics may be issued to the log file: Can't open command file... The commands_filename specified in the command line doesn't exist. Various errors that don't cause ionsecadmin to fail but are noted in the log file may be caused by improperly formatted commands given at the prompt or in the commands_filename. Please see ionsecrc(5) for details. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
ionsecrc(5) perl v5.14.2 2012-05-25 IONSECADMIN(1)