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

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-populate.pl140 sambaPrimaryGroupSID: $SID-512
144 sambaSID: $SID-2996
167 sambaPrimaryGroupSID: $SID-514
171 sambaSID: $SID-2998
181 sambaSID: $SID-512
191 sambaSID: $SID-513
201 sambaSID: $SID-514
211 sambaSID: $SID-544
221 sambaSID: $SID-545
232 sambaSID: $SID
[all...]
H A Dsmbldap_conf.pm40 $_userScript $usersou $computersou $groupsou $SID $hash_encrypt $_defaultMaxPasswordAge
56 $usersou $computersou $groupsou $SID $hash_encrypt $_defaultMaxPasswordAge
70 # Put your own SID
72 $SID='S-1-5-21-3516781642-1962875130-3438800523';
H A Dsmbldap-groupadd.pl83 $group_sid = $SID.'-'.$group_rid;
87 # let's test if this SID already exist
90 warn "Group SID already owned by\n";
H A Dsmbldap-groupmod.pl186 $group_sid = $SID.'-'.$group_rid;
H A Dsmbldap-usermod.pl118 add => [sambaSID=> "$SID-$userRid"],
158 push(@mods, 'sambaSID', $SID.'-'.$_userRid);
178 print "$0: unknown group SID not set for unix group $_userGidNumber\n";
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dns87303.h22 #define SID 0x08 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dns87303.h22 #define SID 0x08 macro
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.h88 char SID[NAME_SIZE]; member in struct:tv_service
H A Dupnp_tv_ctrlpt.c98 If we have a valid control SID, then unsubscribe
100 if( strcmp( node->device.TvService[service].SID, "" ) != 0 ) {
102 node->device.TvService[service].SID );
105 ( "Unsubscribed from Tv %s EventURL with SID=%s",
107 node->device.TvService[service].SID );
638 SampleUtil_Print( "%s+- SID = %s", spacer,
639 tmpdevnode->device.TvService[service].SID );
747 ( "Subscribed to EventURL with SID=%s",
781 strcpy( deviceNode->device.TvService[service].SID,
955 if( strcmp( tmpdevnode->device.TvService[service].SID, si
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Darlan.c20 static int SID = SIDUNKNOWN; variable
63 MODULE_PARM(SID, "i");
882 WRITESHM(arlan->SID, conf->SID, u_int);
895 WRITESHM(arlan->SID, conf->SID, u_int);
949 if (SID == SIDUNKNOWN)
951 READSHM(conf->SID, arlan->SID, u_int);
953 else conf->SID
[all...]
H A Darlan.h179 volatile u_char SID[4]; member in struct:arlan_shmem
274 int SID; member in struct:arlan_conf_stru
H A Darlan-proc.c230 DEBUGSHM(1, "arlan: SID =%d\n", arlan->SID, u_short);
542 SARLUIA(SID);
843 CTBLN(12,cardNo, SID),\
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/RedHat/
H A Dsamba.spec239 if [ -f /etc/MACHINE.SID -a ! -f /etc/samba/MACHINE.SID ]; then
240 echo "Moving old /etc/MACHINE.SID to /etc/samba/MACHINE.SID"
241 mv /etc/MACHINE.SID /etc/samba/MACHINE.SID
H A Dsamba2.spec207 echo "Looking for old /etc/MACHINE.SID..."
208 if [ -f /etc/MACHINE.SID -a ! -f /etc/samba/MACHINE.SID ]; then
209 echo "Moving old /etc/MACHINE.SID to /etc/samba/MACHINE.SID"
210 mv /etc/MACHINE.SID /etc/samba/MACHINE.SID
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1090 perl -pi -e 's,\$smbldap_conf::SID,\$smbldap_conf3::SID,g' %{buildroot}/%{_datadir}/%{name}/scripts/smbldap*.p?
1273 # And not loose our machine account SID
1274 [ -f %{_sysconfdir}/MACHINE.SID ] && mv -f %{_sysconfdir}/MACHINE.SID %{_sysconfdir}/%{name}/ ||:
1707 - Fix (p101) for SID resolution when member of samba-2.2.x domain

Completed in 134 milliseconds