Searched refs:DOMAIN (Results 1 – 25 of 57) sorted by relevance
123
/freebsd/usr.sbin/ypserv/ |
H A D | ypinit.sh | 31 DOMAIN=`${DOMAINNAME}` 38 DOMAIN=`${DOMAINNAME}` 48 DOMAIN=${2} 55 DOMAIN=`${DOMAINNAME}` 63 DOMAIN=${2} 73 DOMAIN=${3} 96 if [ -z "${DOMAIN}" ]; then 124 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "` 131 YPMAPLIST=`${YPWHICH} -d ${DOMAIN} -m | cut -d\ -f1` 152 echo -n "Server Type: ${SERVERTYPE} Domain: ${DOMAIN}" [all …]
|
H A D | Makefile.yp | 65 DOMAIN = `/bin/domainname` 67 DOMAIN = $(UPDATE_DOMAIN) 82 YPMAPDIR = $(YPDIR)/$(DOMAIN) 129 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \ 130 cd $(DOMAIN) ; echo "NIS Map update started on `date` for domain $(DOMAIN)" ; \ 231 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byname ; fi 232 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byuid ; fi 234 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi 235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi 237 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) passwd.byname ; fi [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | buildvirtuser | 139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain: $!\n"; 148 LINE: while (<DOMAIN>) 179 close(DOMAIN) || die "Could not close $virts/$domain: $!\n";
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | cs-hpux10.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | cs-hpux9.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | cs-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | cs-solaris2.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | cs-sunos4.1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | cs-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | s2k-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
H A D | s2k-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
H A D | generic-mpeix.mc | 22 DOMAIN(generic)dnl
|
H A D | generic-linux.mc | 25 DOMAIN(generic)dnl
|
H A D | generic-osf1.mc | 25 DOMAIN(generic)dnl
|
H A D | generic-bsd4.4.mc | 26 DOMAIN(generic)dnl
|
H A D | generic-hpux10.mc | 25 DOMAIN(generic)dnl
|
H A D | generic-hpux9.mc | 25 DOMAIN(generic)dnl
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | po.m4 | 329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).properties) 331 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).class) 337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll) 356 PROPERTIESFILES="$PROPERTIESFILES \$(srcdir)/\$(DOMAIN)_$lang.properties" 357 CLASSFILES="$CLASSFILES \$(srcdir)/\$(DOMAIN)_$lang.class" 362 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" 398 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties" 403 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" 425 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po 426 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \ [all …]
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.in | 603 DOMAIN= 649 DOMAIN="$(list_remove domain_blacklist $DOMAIN)" 656 echo "DOMAIN='$DOMAIN'"
|
/freebsd/contrib/sendmail/cf/domain/ |
H A D | EECS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
H A D | S2K.Berkeley.EDU.m4 | 16 DOMAIN(CS.Berkeley.EDU)dnl
|
H A D | CS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
H A D | Berkeley.EDU.m4 | 16 DOMAIN(berkeley-only)dnl
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 121 #define DOMAIN 323 macro
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
123