Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 119) sorted by relevance

12345

/netbsd/src/external/bsd/openldap/dist/tests/data/
Dtest-dn.ldif20 member: UID=jsmith,DC=example,DC=net
40 description: UID=jsmith,DC=example,DC=net
141 member: UID=jsmith,,DC=example,DC=net
142 description: UID=jsmith,,DC=example,DC=net // extra comma
147 member: UID=john,smith
148 description: UID=john,smith // unescaped ,
153 member: UID=john+smith
154 description: UID=john+smith // unescaped +
159 member: UID=john\?smith
160 description: UID=john\?smith // invalid escape of ? or unescaped \
[all …]
Ddn.out28 description: UID=jsmith, O=example, C=US // spaces
34 description: UID=jsmith;O=example;C=US // semi-colons
64 description: UID=jsmith,DC=example,DC=net
76 dn: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com
78 cn: Name and Optional UID
79 uniqueMember: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com
84 description: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com //
95 dn: cn=Should Parse as DN,cn=Name and Optional UID,ou=Related Syntaxes,dc=exam
102 description: dc=example,dc=com#0'B // malformed UID?
103 description: dc=example,dc=com#'0B // malformed UID?
[all …]
/netbsd/src/sbin/mount_umap/
Dumap_manual13 UID in one domain may correspond to a different user in another domain.
23 different users with the same UID in the two domains can be distinguished.
26 has privileges to login, run programs, and access files. ``UID''refers to
36 They do not, however, have to have the same numerical UID, nor even the
38 if possible, however). Any user not having a UID in one domain will be
41 sub-trees need not be given a UID in the other domain.
44 domains in the same manner as UID's. Again, any group that wishes to
48 The umap layer has no provisions for enrolling UID's from other domains
50 UID in every domain, the UID in the local domain can be used to enroll
53 NOBODY and NULLGROUP are special reserved UID's and GID's, respectively.
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/doc/
Ddeliverable.txt35 * Find key in loaded keyring (by key ID, by UID)
47 * Add/remove UID
49 * Certify UID
104 * Add UID
106 * Remove UID
108 * Certify UID
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_read_format_xar.c28 #define UID 1001 macro
89 assertEqualInt(archive_entry_uid(ae), UID); in verify0()
112 assertEqualInt(archive_entry_uid(ae), UID); in verify1()
178 assertEqualInt(archive_entry_uid(ae), UID); in verify2()
227 assertEqualInt(archive_entry_uid(ae), UID); in verify3()
277 assertEqualInt(archive_entry_uid(ae), UID); in verify4()
326 assertEqualInt(archive_entry_uid(ae), UID); in verify5()
368 assertEqualInt(archive_entry_uid(ae), UID); in verify6()
430 assertEqualInt(archive_entry_uid(ae), UID); in verify7()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dsmb_data_print-oobr.out11 UID = 4098 (0x1002)
42 UID = 4098 (0x1002)
72 UID = 4098 (0x1002)
105 UID = 4098 (0x1002)
Dsmb_data_print-segv.out11 UID = 4098 (0x1002)
42 UID = 4098 (0x1002)
72 UID = 0 (0x0)
Dsmb_print_trans-oobr2.out15 UID = 0 (0x0)
Dsmb_print_trans-oobr1.out17 UID = 0 (0x0)
/netbsd/src/sbin/mount_portal/examples/
Dcvs.sh.sh6 UID=`id -u`
7 export HOME=`awk -F: '$3=='"$UID"'{print$6}' /etc/passwd`
/netbsd/src/bin/ps/
Dkeyword.c70 #define UID(n1, n2, of) \ macro
73 #define GID(n1, n2, off) UID(n1, n2, off)
123 UID("euid", "EUID", p_uid),
186 UID("ruid", "RUID", p_ruid),
201 UID("svuid", "SVUID", p_svuid),
213 UID("uid", "UID", p_uid),
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
Dgkrb5_err.et12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
13 error_code G_NOUSER, "UID does not resolve to username"
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddf.h761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
764 ? DF_INSN_UID_GET (UID) \
Dsel-sched-ir.h785 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument
795 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
/netbsd/src/crypto/external/bsd/heimdal/dist/po/heim_com_err35224064/
Dheim_com_err35224064.pot25 msgid "STRING-UID-NAME contains nondigits"
30 msgid "UID does not resolve to username"
/netbsd/src/tests/net/net/
Dt_unix.c73 #define UID 666 macro
286 setuid(clntuid = UID); in test()
297 clntuid = UID; in test()
/netbsd/src/usr.bin/make/unit-tests/
Dcmdline.mk5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}/cmdline
DMakefile34 .MAKE.UID?= ${id -u:L:sh}
42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID}
44 TMPDIR:= /tmp/uid${.MAKE.UID}
238 .if ${.MAKE.UID} > 0
/netbsd/src/sys/external/bsd/acpica/dist/tools/acpiexec/
Daetables.h551 [03Ch 0060 4] UID : 00000000
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES-3.6114 numerical UID and use that instead.
129 # UID when the UID has no entry in the UNIX password file.
/netbsd/src/external/gpl2/lvm2/dist/scripts/
Dlvm_dump.sh103 if test "$UID" != "0" && test "$EUID" != "0"; then
Dvgimportclone.sh103 if [ "$UID" != "0" -a "$EUID" != "0" ]
/netbsd/src/tests/bin/ps/
Dkeywords115 uid UID
/netbsd/src/external/bsd/kyua-cli/dist/examples/
Dkyua.conf49 -- The name or UID of the unprivileged user.
/netbsd/src/share/man/tools/
Dsp.ignore781 UID
1049 UID
1870 UID

12345