/freebsd-src/usr.sbin/pw/ |
H A D | pw.8 | 318 Specify the user/account name. 327 Specify the user/account numeric id. 332 changes the numeric id of the named user/account. 335 as the account name will imply the uid, or vice versa. 339 or overriding the default uid when creating a new account with 348 Either the account or userid can also be provided immediately after the 376 This option sets the account's home directory. 383 with the account name as a subdirectory. 385 Set the account's expiration date. 400 Set the account' [all...] |
H A D | pw.conf.5 | 100 days after which account expires 112 force the password to be the account name 123 to set a password before the account may be used. 278 The user and group id's actually used when creating an account with 291 on which an account is created when the account will expire or the 292 user will be forced to change the account's password. 295 in either field will disable the corresponding (account or password)
|
/freebsd-src/usr.sbin/sa/ |
H A D | sa.8 | 53 .Pa /var/account/acct 55 .Pa /var/account/savacct 57 .Pa /var/account/usracct , 62 .Pa /var/account/acct 69 .Pa /var/account/acct . 151 .Pa /var/account/savacct . 169 .Pa /var/account/usracct . 220 .Bl -tag -width /var/account/usracct -compact 221 .It Pa /var/account/acct 223 .It Pa /var/account/savacct [all …]
|
/freebsd-src/lib/libpam/pam.d/ |
H A D | other | 11 # account 12 account required pam_nologin.so 13 #account required pam_krb5.so 14 account required pam_login_access.so 15 account required pam_unix.so
|
H A D | sshd | 11 # account 12 account required pam_nologin.so 13 #account required pam_krb5.so 14 account required pam_login_access.so 15 account required pam_unix.so
|
H A D | login | 10 # account 11 account requisite pam_securetty.so 12 account required pam_nologin.so 13 account include system
|
H A D | ftpd | 11 # account 12 account required pam_nologin.so 13 #account required pam_krb5.so 14 account required pam_unix.so
|
H A D | xdm | 11 # account 12 account required pam_nologin.so 13 #account required pam_krb5.so 14 account required pam_unix.so
|
H A D | system | 11 # account 12 #account required pam_krb5.so 13 account required pam_login_access.so 14 account required pam_unix.so
|
H A D | cron | 6 # account 7 account required pam_nologin.so 8 account required pam_unix.so
|
H A D | imap | 11 # account 12 #account required pam_nologin.so 13 account required pam_unix.so
|
H A D | pop3 | 11 # account 12 #account required pam_nologin.so 13 account required pam_unix.so
|
/freebsd-src/usr.bin/logins/ |
H A D | logins.1 | 33 .Nd display account information 47 Display information about the password change and account expiration 48 times for each account. 61 Display the information for each account on a single line of 69 account (UID 65534). 77 account (UID 65534). 79 Display information about each account's home directory and shell.
|
/freebsd-src/lib/libpam/modules/pam_unix/ |
H A D | pam_unix.8 | 53 authentication, account management, and password management. 58 .Dq Li account , 97 themselves, not as the account they are attempting to access. 136 .Ss Ux Ss Account Management Module 139 account management component provides a function to perform account 143 into the local user account by checking the following criteria: 146 locked status of the account compatible with
|
/freebsd-src/contrib/ntp/ |
H A D | README.pullrequests | 37 1) If you haven't, create a fork of ntp-project/ntp with your github account. 38 i) Log on to github.com with your github account. 39 …one, create one first. (read: https://help.github.com/articles/signing-up-for-a-new-github-account) 40 - Make sure you also have a SSH key associated with your github account. 45 ntp master to your own account. Once done, it will go to your account's 65 iv) Once you are satisfied, you can push to your github account's
|
/freebsd-src/release/ |
H A D | Makefile.azure | 52 --account-name ${AZURE_ACCOUNT} --account-key ${AZURE_KEY} \ 59 --account-name ${AZURE_ACCOUNT} --account-key ${AZURE_KEY} \ 72 --account-name ${AZURE_ACCOUNT} --account-key ${AZURE_KEY} \
|
/freebsd-src/usr.sbin/adduser/ |
H A D | adduser.8 | 187 Disable the account. 188 This option will lock the account by prepending the string 191 The account may be unlocked 208 If an error is encountered while processing an account, it will write a 209 message to standard error and move to the next account. 313 option is used, the account information must be stored in a specific 347 This field denotes the password change date for the account. 373 Account expiration. 374 This field denotes the expiry date of the account. 375 The account ma [all...] |
/freebsd-src/crypto/openssh/ |
H A D | auth-shadow.c | 47 * For the account and password expiration functions, we assume the expiry 52 * Check if specified account is expired. Returns 1 if account is expired, 68 debug3("account expiration disabled"); in auth_shadow_acctexpired() 70 logit("Account %.100s has expired", spw->sp_namp); in auth_shadow_acctexpired() 73 debug3("account will expire in %lld days", daysleft); in auth_shadow_acctexpired() 75 "Your account will expire in %lld day%s.\n", daysleft, in auth_shadow_acctexpired()
|
/freebsd-src/share/man/man5/ |
H A D | passwd.5 | 86 Account expiration time. 114 field is the login used to access the computer account, and the 171 password authentication is disabled for that account 182 means that the account is temporarily locked out 184 For a convenient command-line interface to account locking, see 210 password for the account must be changed. 219 account expires. 220 This field may be left empty to turn off the account aging feature; 276 The conventional way to disable logging into an account once and for all,
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 1 //===- xray-account.h - XRay Function Call Accounting ---------------------===// 19 #include "xray-account.h" 31 static cl::SubCommand Account("account", "Function call accounting"); variable 34 cl::Required, cl::sub(Account)); 37 cl::sub(Account), cl::init(false)); 42 cl::sub(Account), cl::init(false)); 46 cl::sub(Account), cl::init(false)); 53 cl::sub(Account)); 63 cl::sub(Account)); 81 cl::sub(Account), cl::init(SortField::FUNCID), [all …]
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | ber | 21 # TAP -> Transferred Account Procedure 31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account) 39 >>>&0 byte x TAP 3.%d Notification (TD.57, Transferred Account) 58 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure), 64 >&1 search/b5 \x5f\x81\x44 RAP Acknowledgement (TD.32, Returned Account Procedure)
|
/freebsd-src/lib/libpam/modules/pam_nologin/ |
H A D | pam_nologin.8 | 41 account management. 45 .Dq Li account 47 .Ss NoLogin Account Management Module 48 The NoLogin account management component,
|
/freebsd-src/usr.sbin/periodic/etc/daily/ |
H A D | 310.accounting | 15 if [ ! -f /var/account/acct ] 17 echo '$daily_accounting_enable is set but /var/account/acct' \ 34 cd /var/account 57 sa -s $daily_accounting_flags /var/account/acct.merge || rc=3
|
/freebsd-src/usr.bin/lastcomm/ |
H A D | lastcomm.1 | 69 .Pa /var/account/acct . 160 .Bl -tag -width /var/account/acct -compact 161 .It Pa /var/account/acct 168 .Pa /var/account/acct , 170 .Dl tail -f -c 0 /var/account/acct | lastcomm -f -
|
/freebsd-src/crypto/openssh/contrib/aix/ |
H A D | pam.conf | 10 # Account Management 11 sshd account required /usr/lib/security/pam_aix 12 OTHER account required /usr/lib/security/pam_aix
|