Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/lib/libpam/pam.d/
H A Dother11 # 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 Dsshd11 # 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 Dlogin10 # account
11 account requisite pam_securetty.so
12 account required pam_nologin.so
13 account include system
H A Dftpd11 # account
12 account required pam_nologin.so
13 #account required pam_krb5.so
14 account required pam_unix.so
H A Dxdm11 # account
12 account required pam_nologin.so
13 #account required pam_krb5.so
14 account required pam_unix.so
H A Dsystem11 # account
12 #account required pam_krb5.so
13 account required pam_login_access.so
14 account required pam_unix.so
H A Dcron6 # account
7 account required pam_nologin.so
8 account required pam_unix.so
H A Dimap11 # account
12 #account required pam_nologin.so
13 account required pam_unix.so
H A Dpop311 # account
12 #account required pam_nologin.so
13 account required pam_unix.so
H A Datrun8 #account required pam_nologin.so
9 account required pam_unix.so
H A Dsu12 # account
13 account include system
H A Dpasswd6 # passwd(1) does not use the auth, account or session services.
/freebsd/release/
H A DMakefile.azure52 --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/usr.sbin/periodic/etc/daily/
H A D310.accounting15 if [ ! -f /var/account/acct ]
34 cd /var/account
57 sa -s $daily_accounting_flags /var/account/acct.merge || rc=3
/freebsd/contrib/ntp/
H A DREADME.pullrequests37 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/crypto/openssh/contrib/redhat/
H A Dsshd.pam3 account required pam_nologin.so
4 account required pam_stack.so service=system-auth
/freebsd/crypto/openssh/contrib/
H A Dsshd.pam.generic3 account required /lib/security/pam_nologin.so
4 account required /lib/security/pam_unix.so
H A Dsshd.pam.freebsd2 sshd account required pam_unix.so
/freebsd/crypto/openssh/contrib/aix/
H A Dpam.conf11 sshd account required /usr/lib/security/pam_aix
12 OTHER account required /usr/lib/security/pam_aix
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c84 static void account(FILE *_acctf);
169 account(acctf); in main()
172 account(acctf); in main()
199 account(FILE *acctf) in account() function
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser.subr52 # Default account expire time. Format is similar to upwexpire variable.
165 # Create a login account. If both $user (as a first argument) and $VAR_USER are
167 # the name of a new login account and (if $VAR_NO_CONFIRM is unset or NULL)
168 # prompt the end-user to answer some questions about the new account. Variables
174 # The account expiration time. Format is similar to
176 # expire the account.
181 # Often the full name of the account holder. Default is NULL.
209 # account password.
216 # Returns success if the user account was successfully created.
537 # account from a list of those available. Variables that can be used to script
[all …]
/freebsd/lib/libfetch/
H A Dftp.errors26 332 AUTH Need account for login
40 532 AUTH Need account for storing files
/freebsd/crypto/openssh/
H A DREADME.platform5 Beginning with OpenSSH 3.8p1, sshd will honour an account's password
36 "rlogin" attribute set. This check is not done for the root account,
96 account stacks which will prevent authentication entirely, but will still
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr35 msg_account_expire_manual_edit="Enter account expiration time. Format is one of:\n\n a) decimal for…
51 msg_disable_password_auth_for_account="Disable password authentication for this account?"
113 msg_use_default_values_for_all_account_details="Use default values for all account details?"
/freebsd/usr.bin/clang/llvm-xray/
H A DMakefile7 SRCS+= xray-account.cpp

1234567