Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP CIFS Server 3.0g Administrator's Guide version A.02.03.01: HP-UX 11i v1, v2 and v3 > Chapter 4 NT Style Domains

Configure Domain Users

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The following examples show the commands used to configure Domain Users, Domain Administrators and Domain Guests on a HP CIFS Server configured as a PDC.

  • If you are a root-level user, create a Domain User in the group named "users", located in the /sbin/sh directory. For example:

    useradd -g users -c "Domain Users" -s /sbin/sh domuser

    If you are not a root-level user, create a Domain User in the group named "users", located in the /usr/bin/sh directory. For example:

    useradd -g users -c "Domain Users" -s /usr/bin/sh domuser

    where domuser is the name of a Domain User.

  • If you are a root-level user, create a Domain Administrator in the group named "adm", located in the /sbin/sh directory. For example:

    useradd -g adm -c "Domain Administrators" -s /sbin/sh domadmin

    If you are not a root-level user, create a Domain Administrator in the group named "adm", located in the /usr/bin/sh directory. For example:

    useradd -g adm -c "Domain Administrators" -s /usr/bin/sh domadmin

    where domadmin is the name of a Domain Administrator.

  • If you are a root-level user, create a Domain Guest in a group named "users", located in the /sbin/sh directory. For example:

    useradd -g users -c "Domain Guest" -s /sbin/sh domguest

    If you are not a root-level user, create a Domain Guest in a group named "users", located in the /usr/bin/sh directory. For example:

    useradd -g users -c "Domain Guest" -s /usr/bin/sh domguest

    where domguest is the name of a Domain Guest.

Be sure that all of the users that were created (see the example above) have been added to the /etc/passwd file.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2007 Hewlett-Packard Development Company, L.P.