Home
last modified time | relevance | path

Searched refs:CLIENT_LOGIN (Results 1 – 25 of 120) sorted by relevance

12345

/dports/misc/amanda-server/amanda-3.3.9/config/amanda/
H A Duserid.m465 # under. Defines and substitutes CLIENT_LOGIN.
78 CLIENT_LOGIN="$withval"
83 CLIENT_LOGIN=amanda
87 AC_DEFINE_UNQUOTED(CLIENT_LOGIN,"$CLIENT_LOGIN",
89 AC_SUBST(CLIENT_LOGIN)
146 BINARY_OWNER="$CLIENT_LOGIN"
/dports/misc/amanda-client/amanda-3.3.9/config/amanda/
H A Duserid.m465 # under. Defines and substitutes CLIENT_LOGIN.
78 CLIENT_LOGIN="$withval"
83 CLIENT_LOGIN=amanda
87 AC_DEFINE_UNQUOTED(CLIENT_LOGIN,"$CLIENT_LOGIN",
89 AC_SUBST(CLIENT_LOGIN)
146 BINARY_OWNER="$CLIENT_LOGIN"
/dports/net/p5-Net-Google-AuthSub/Net-Google-AuthSub-0.5/lib/Net/Google/
H A DAuthSub.pm13 use constant CLIENT_LOGIN => 0; constant
187 $self->{_auth_type} = CLIENT_LOGIN;
410 my %AUTH_TYPES = ( CLIENT_LOGIN() => "GoogleLogin auth", AUTH_SUB() => "AuthSub token" );
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damcrypt.sh19 AMANDA_HOME=~@CLIENT_LOGIN@
H A Damcrypt-ossl.sh52 AMANDA_HOME=~@CLIENT_LOGIN@
H A Dkrb5-security.c380 pw = getpwnam(CLIENT_LOGIN); in krb5_accept()
1087 if((pwd = getpwnam(CLIENT_LOGIN)) == NULL) { in krb5_checkuser()
1088 result = vstrallocf(_("can not find user %s"), CLIENT_LOGIN); in krb5_checkuser()
1099 result = vstrallocf(_("could not find home directory for %s"), CLIENT_LOGIN); in krb5_checkuser()
1111 if(strcmp(name, CLIENT_LOGIN) != 0) { in krb5_checkuser()
1113 name, CLIENT_LOGIN); in krb5_checkuser()
H A Damaespipe.sh50 AMANDA_HOME=~@CLIENT_LOGIN@
H A Damcrypt-ossl-asym.sh65 AMANDA_HOME=~@CLIENT_LOGIN@
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damcrypt.sh19 AMANDA_HOME=~@CLIENT_LOGIN@
H A Damcrypt-ossl.sh52 AMANDA_HOME=~@CLIENT_LOGIN@
H A Dkrb5-security.c380 pw = getpwnam(CLIENT_LOGIN); in krb5_accept()
1087 if((pwd = getpwnam(CLIENT_LOGIN)) == NULL) { in krb5_checkuser()
1088 result = vstrallocf(_("can not find user %s"), CLIENT_LOGIN); in krb5_checkuser()
1099 result = vstrallocf(_("could not find home directory for %s"), CLIENT_LOGIN); in krb5_checkuser()
1111 if(strcmp(name, CLIENT_LOGIN) != 0) { in krb5_checkuser()
1113 name, CLIENT_LOGIN); in krb5_checkuser()
H A Damaespipe.sh50 AMANDA_HOME=~@CLIENT_LOGIN@
H A Damcrypt-ossl-asym.sh65 AMANDA_HOME=~@CLIENT_LOGIN@
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DConstants.pm.in63 $CLIENT_LOGIN = "@CLIENT_LOGIN@";
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DConstants.pm.in63 $CLIENT_LOGIN = "@CLIENT_LOGIN@";
/dports/sysutils/tmux23/tmux-2.3/
H A Dtmux.c203 flags = CLIENT_LOGIN; in main()
230 flags |= CLIENT_LOGIN; in main()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmux.c216 flags = CLIENT_LOGIN; in main()
243 flags |= CLIENT_LOGIN; in main()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmux.c257 flags = CLIENT_LOGIN; in main()
289 flags |= CLIENT_LOGIN; in main()
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.c349 flags = CLIENT_LOGIN; in main()
391 flags |= CLIENT_LOGIN; in main()
/dports/misc/amanda-server/amanda-3.3.9/example/template.d/
H A Damanda-single-tape.conf.in2 mailto "@CLIENT_LOGIN@" # space separated list of operators at your site
H A Damanda-tape-changer.conf.in2 mailto "@CLIENT_LOGIN@" # space separated list of operators at your site
H A Damanda-harddisk.conf.in2 mailto "@CLIENT_LOGIN@" # space separated list of operators at your site
/dports/misc/amanda-client/amanda-3.3.9/example/template.d/
H A Damanda-tape-changer.conf.in2 mailto "@CLIENT_LOGIN@" # space separated list of operators at your site
H A Damanda-single-tape.conf.in2 mailto "@CLIENT_LOGIN@" # space separated list of operators at your site
/dports/misc/amanda-server/amanda-3.3.9/
H A DMakefile.am116 DISTCHECK_CONFIGURE_FLAGS = --with-user=$(CLIENT_LOGIN) --with-group=$(SETUID_GROUP) --with-owner=$…

12345