Searched refs:enterprise (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testprogs/blackbox/
H A Dtest_kinit.sh54 testit "kinit with password (enterprise style)" $samba4kinit --enterprise --password-file=./tmppassfile --request-pac $USERNAME@$REALM || failed=`expr $failed + 1`
57 testit "kinit with pkinit (enterprise name specified)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincert.pem,$PREFIX/dc/private/tls/adminkey.pem --enterprise $USERNAME@$REALM || failed=`expr $failed + 1`
58 testit "kinit with pkinit (enterprise name in cert)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincertupn.pem,$PREFIX/dc/private/tls/adminkey.pem --pk-enterprise || failed=`expr $failed + 1`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testprogs/blackbox/
H A Dtest_kinit.sh54 testit "kinit with password (enterprise style)" $samba4kinit --enterprise --password-file=./tmppassfile --request-pac $USERNAME@$REALM || failed=`expr $failed + 1`
57 testit "kinit with pkinit (enterprise name specified)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincert.pem,$PREFIX/dc/private/tls/adminkey.pem --enterprise $USERNAME@$REALM || failed=`expr $failed + 1`
58 testit "kinit with pkinit (enterprise name in cert)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincertupn.pem,$PREFIX/dc/private/tls/adminkey.pem --pk-enterprise || failed=`expr $failed + 1`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testprogs/blackbox/
H A Dtest_kinit.sh54 testit "kinit with password (enterprise style)" $samba4kinit --enterprise --password-file=./tmppassfile --request-pac $USERNAME@$REALM || failed=`expr $failed + 1`
57 testit "kinit with pkinit (enterprise name specified)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincert.pem,$PREFIX/dc/private/tls/adminkey.pem --enterprise $USERNAME@$REALM || failed=`expr $failed + 1`
58 testit "kinit with pkinit (enterprise name in cert)" $samba4kinit --request-pac --renewable --pk-user=FILE:$PREFIX/dc/private/tls/admincertupn.pem,$PREFIX/dc/private/tls/adminkey.pem --pk-enterprise || failed=`expr $failed + 1`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dprincipal.c171 int enterprise = (flags & KRB5_PRINCIPAL_PARSE_ENTERPRISE); local
186 * enterprise names only have one component
189 if (!enterprise) {
237 }else if(enterprise && first_at) {
240 }else if((c == '/' && !enterprise) || c == '@'){
321 if (enterprise)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dprincipal.c171 int enterprise = (flags & KRB5_PRINCIPAL_PARSE_ENTERPRISE); local
186 * enterprise names only have one component
189 if (!enterprise) {
237 }else if(enterprise && first_at) {
240 }else if((c == '/' && !enterprise) || c == '@'){
321 if (enterprise)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dprincipal.c171 int enterprise = (flags & KRB5_PRINCIPAL_PARSE_ENTERPRISE); local
186 * enterprise names only have one component
189 if (!enterprise) {
237 }else if(enterprise && first_at) {
240 }else if((c == '/' && !enterprise) || c == '@'){
321 if (enterprise)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.h800 unsigned int enterprise; member in struct:dhcp_vendor
H A Drfc3315.c363 if (vendor->enterprise != opt6_uint(opt, 0, 4))
1841 /* send enterprise number first */
H A Doption.c454 { LOPT_DUID, ARG_ONE, "<enterprise>,<duid>", gettext_noop("Specify DUID_EN-type DHCPv6 server DUID"), NULL },
3390 if (option != 'U' || strstr(arg, "enterprise:") != arg)
3393 new->enterprise = atoi(arg+11);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.h800 unsigned int enterprise; member in struct:dhcp_vendor
H A Drfc3315.c363 if (vendor->enterprise != opt6_uint(opt, 0, 4))
1841 /* send enterprise number first */
H A Doption.c454 { LOPT_DUID, ARG_ONE, "<enterprise>,<duid>", gettext_noop("Specify DUID_EN-type DHCPv6 server DUID"), NULL },
3390 if (option != 'U' || strstr(arg, "enterprise:") != arg)
3393 new->enterprise = atoi(arg+11);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.h800 unsigned int enterprise; member in struct:dhcp_vendor
H A Drfc3315.c363 if (vendor->enterprise != opt6_uint(opt, 0, 4))
1841 /* send enterprise number first */
H A Doption.c454 { LOPT_DUID, ARG_ONE, "<enterprise>,<duid>", gettext_noop("Specify DUID_EN-type DHCPv6 server DUID"), NULL },
3390 if (option != 'U' || strstr(arg, "enterprise:") != arg)
3393 new->enterprise = atoi(arg+11);

Completed in 306 milliseconds