1SMBLDAP-USERINFO.CMD(8)User Contributed Perl DocumentatioSnMBLDAP-USERINFO.CMD(8)
2
3
4
6 smbldap-userinfo - change user real name, information and shell
7
9 smbldap-userinfo [-f full_name] [-r room_no] [-w work_ph] [-h home_ph]
10 [-o other] [-s login_shell] [-l] [-?] [-v]
11
13 This command changes user gecos fields and login shell. The normal
14 user can change only the fields for his own account, the super user may
15 change the fiels for any account.
16
17 If none of the options are selected, the command is run in an
18 interactive mode for the current user account. User is asked for all
19 fields. To accept a default value you should just press <ENTER>,
20 otherwise write text and press <ENTER>.
21
22 posixAccount objectClasses has to be present in the modified entry. If
23 inetOrgPerson objectClass is also present additional attributes will be
24 changed (givenName,sn,roomNumber,telephoneNumber, homePhone)
25
26 -l
27 Display users informations and password status.
28
29 -f full_name
30 affected attributes: 'gecos', 'cn' (and 'givenName', 'sn'
31 if inetOrgPerson is present)
32
33 -r room_number
34 affected attributes: 'gecos' (and 'roomNumber'
35 if inetOrgPerson is present)
36
37 -w work_phone
38 affected attributes: 'gecos' (and 'telephoneNumber'
39 if inetOrgPerson is present)
40
41 -h home_phone
42 affected attributes: 'gecos' (and 'homePhone'
43 if inetOrgPerson is present)
44
45 -o other
46 affected attributes: 'gecos'
47
48 -s login_shell
49 affected attributes: 'loginShell'
50
51 -? show the help message
52
53 -v verbose - show modified user entry
54
55
56
57perl v5.38.0 2023-07-22 SMBLDAP-USERINFO.CMD(8)