Home
last modified time | relevance | path

Searched refs:DOMAIN (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ypserv/
HDypinit.sh32 DOMAIN=`${DOMAINNAME}`
39 DOMAIN=`${DOMAINNAME}`
49 DOMAIN=${2}
56 DOMAIN=`${DOMAINNAME}`
64 DOMAIN=${2}
74 DOMAIN=${3}
97 if [ -z "${DOMAIN}" ]; then
125 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "`
132 YPMAPLIST=`${YPWHICH} -d ${DOMAIN} -m | cut -d\ -f1`
153 echo -n "Server Type: ${SERVERTYPE} Domain: ${DOMAIN}"
[all …]
HDMakefile.yp66 DOMAIN = `/bin/domainname`
68 DOMAIN = $(UPDATE_DOMAIN)
83 YPMAPDIR = $(YPDIR)/$(DOMAIN)
130 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \
131 cd $(DOMAIN) ; echo "NIS Map update started on `date` for domain $(DOMAIN)" ; \
232 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byname ; fi
233 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byuid ; fi
235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi
236 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi
238 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) passwd.byname ; fi
[all …]
/freebsd-11-stable/contrib/amd/scripts/
HDautomount2amd.in36 $DOMAIN='';
60 if (defined($DOMAIN) && $DOMAIN ne "") {
62 $machine, $DOMAIN, $path);
64 $DOMAIN, $machine, $path);
65 printf " rhost:=%s.%s;rfs:=%s\n\n", $machine, $DOMAIN, $path;
/freebsd-11-stable/contrib/sendmail/contrib/
HDbuildvirtuser139 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-11-stable/contrib/sendmail/cf/cf/
HDs2k-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
HDcs-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDcs-solaris2.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDs2k-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
HDcs-hpux9.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDcs-hpux10.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDcs-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDcs-sunos4.1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
HDgeneric-mpeix.mc22 DOMAIN(generic)dnl
HDgeneric-linux.mc25 DOMAIN(generic)dnl
HDgeneric-osf1.mc25 DOMAIN(generic)dnl
HDgeneric-hpux10.mc25 DOMAIN(generic)dnl
HDgeneric-sunos4.1.mc25 DOMAIN(generic)dnl
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
HDmatherr.c35 case DOMAIN:
/freebsd-11-stable/contrib/openresolv/
HDresolvconf.in572 DOMAIN=
617 DOMAIN="$(list_remove domain_blacklist $DOMAIN)"
624 echo "DOMAIN='$DOMAIN'"
/freebsd-11-stable/contrib/sendmail/cf/domain/
HDEECS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
HDS2K.Berkeley.EDU.m416 DOMAIN(CS.Berkeley.EDU)dnl
HDCS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
HDBerkeley.EDU.m416 DOMAIN(berkeley-only)dnl
/freebsd-11-stable/sbin/dhclient/
HDdhctoken.h123 #define DOMAIN 323 macro
/freebsd-11-stable/contrib/wpa/hostapd/
HDhostapd.eap_user_sqlite16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…

123