HP CIFS Server 3.0k Administrator's Guide version A.02.04
objectClass: posixAccount
objectClass: sambaSamAccount
cn: client1$
uid: client1$
uidNumber: 1000
gidNumber: 200
homeDirectory: /home/temp
loginShell: /bin/false
gecos: Samba_Server
description: Samba_Server
userPassword: {crypt}x
pwdLastSet: 1076466492
logonTime: 0
logofftime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 0
pwdMustChange: 2147483647
rid: 1206
primaryGroupID: 1041
lmPassword: E0AFF63989B8FA6576549A685C6AFAF1
ntPassword: E0AFF63989B8FA6576549A685C6AFAF1
acctFlags: [W ]
displayName: client1$
NOTE: You can also use utilities including pdbedit, net commands to create the machine
trust accounts. The net commands provide numerous new utility operations. For more
information on how to create machine trust accounts using pdbedit and net commands,
see SWAT help text for pdbedit, net commands.
Configure Domain Users
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
68 Windows Style Domains