GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SSS_USERMOD(8) SSSD Manual pages SSS_USERMOD(8)

sss_usermod - modify a user account

sss_usermod [options] LOGIN

sss_usermod modifies the account specified by LOGIN to reflect the changes that are specified on the command line.

-c,--gecos COMMENT
Any text string describing the user. Often used as the field for the user's full name.

-h,--home HOME_DIR

The home directory of the user account.

-s,--shell SHELL

The user's login shell.

-a,--append-group GROUPS

Append this user to groups specified by the GROUPS parameter. The GROUPS parameter is a comma separated list of group names.

-r,--remove-group GROUPS

Remove this user from groups specified by the GROUPS parameter.

-l,--lock

Lock the user account. The user won't be able to log in.

-u,--unlock

Unlock the user account.

-Z,--selinux-user SELINUX_USER

The SELinux user for the user's login.

--addattr ATTR_NAME_VAL

Add an attribute/value pair. The format is attrname=value.

--setattr ATTR_NAME_VAL

Set an attribute to a name/value pair. The format is attrname=value. For multi-valued attributes, the command replaces the values already present

--delattr ATTR_NAME_VAL

Delete an attribute/value pair. The format is attrname=value.

-?,--help

Display help message and exit.

In order to function correctly, a domain with “id_provider=local” must be created and the SSSD must be running.

The administrator might want to use the SSSD local users instead of traditional UNIX users in cases where the group nesting (see sss_groupadd(8)) is needed. The local users are also useful for testing and development of the SSSD without having to deploy a full remote server. The sss_user* and sss_group* tools use a local LDB storage to store users and groups.

sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5), sssd-ipa(5), sssd-ad(5), sssd-sudo(5), sssd-session-recording(5), sss_cache(8), sss_debuglevel(8), sss_groupadd(8), sss_groupdel(8), sss_groupshow(8), sss_groupmod(8), sss_useradd(8), sss_userdel(8), sss_usermod(8), sss_obfuscate(8), sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8), sss_ssh_knownhostsproxy(8), sssd-ifp(5), pam_sss(8). sss_rpcidmapd(5)

The SSSD upstream - https://pagure.io/SSSD/sssd/
05/26/2022 SSSD

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.