search for: puser

Displaying 18 results from an estimated 18 matches for "puser".

Did you mean: user
2015 Feb 02
1
Can login with a bogus username which ends with a "/" or a "\"
...r machine, so letting bogus users logon, is not a good thing. In popt_common_credentials_callback() I added the code: case 'U': { char *lp; char *puser = SMB_STRDUP(arg); if ((lp=strchr_m(puser,'%'))) { size_t len; *lp = 0;...
2015 Jun 10
3
[LLVMdev] The use iterator not working...
...ge-based use iterator with the following code. for (auto i = inst_begin(f), ie = inst_end(f); i != ie; ++i) { Instruction* pDef = &(*i); errs() << "Def: " << *pDef << "\n"; for (User* pUser : pDef->users()) { Instruction* pUse = dyn_cast<Instruction>(pUser); errs() << " Use: \t" << *pUse << "\n"; } } Also, the code is executed inside a function pass. So...
2015 Jun 10
4
[LLVMdev] The use iterator not working...
...for (auto i = inst_begin(f), ie = inst_end(f); i != ie; ++i) >> { >> Instruction* pDef = &(*i); >> errs() << "Def: " << *pDef << "\n"; >> >> for (User* pUser : pDef->users()) >> { >> Instruction* pUse = dyn_cast<Instruction>(pUser); >> errs() << " Use: \t" << *pUse << "\n"; >> } >> } >&...
2015 Jun 10
2
[LLVMdev] The use iterator not working...
..._end(f); i != ie; > ++i) > >>> { > >>> Instruction* pDef = &(*i); > >>> errs() << "Def: " << *pDef << "\n"; > >>> > >>> for (User* pUser : pDef->users()) > >>> { > >>> Instruction* pUse = dyn_cast<Instruction>(pUser); > >>> errs() << " Use: \t" << *pUse << "\n"; > >>>...
2018 Oct 16
4
Samba v3 works with LDAP, but not Samba v4
...log file = /var/log/samba/log.%m > > > > # For debugging enable the log level of 5 > > log level = 5 > > max log size = 50 > > > > # LDAP Settings > > ldap suffix = "o=EXAMPLE" > > ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" > > passdb backend = ldapsam:ldap://ldapserver.example.com > > > > [homes] > > valid users = %S > > read only = No > > writeable = yes > > browseable = no > > create m...
2018 Oct 16
5
Samba v3 works with LDAP, but not Samba v4
...server string = "Samba Drives" netbios name = SMBServer log file = /var/log/samba/log.%m # For debugging enable the log level of 5 log level = 5 max log size = 50 # LDAP Settings ldap suffix = "o=EXAMPLE" ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" passdb backend = ldapsam:ldap://ldapserver.example.com [homes] valid users = %S read only = No writeable = yes browseable = no create mask = 0600 public = No comment = %u's Z-Drive nt acl...
2013 Jul 07
1
Shutdown hangs on unmount of a gjournaled file system in 8-Stable
...f0 in vfs_write_suspend (mp=0xffffff007f7e52f0) at /usr/src/sys/kern/vfs_vnops.c:1277 1277 (void) msleep(&mp->mnt_writeopcount, (kgdb) list 1272 while (mp->mnt_kern_flag & MNTK_SUSPEND) 1273 msleep(&mp->mnt_flag, MNT_MTX(mp), PUSER - 1, "wsuspfs", 0); 1274 mp->mnt_kern_flag |= MNTK_SUSPEND; 1275 mp->mnt_susp_owner = curthread; 1276 if (mp->mnt_writeopcount > 0) 1277 (void) msleep(&mp->mnt_writeopcount, 1278...
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
...netbios name = SMBServer > log file = /var/log/samba/log.%m > > # For debugging enable the log level of 5 > log level = 5 > max log size = 50 > > # LDAP Settings > ldap suffix = "o=EXAMPLE" > ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" > passdb backend = ldapsam:ldap://ldapserver.example.com > > [homes] > valid users = %S > read only = No > writeable = yes > browseable = no > create mask = 0600 > public = No >...
2005 Jan 14
1
groupmap trouble
...profiles work. I used net groupmap to map unix to nt group, this way: System Operators (S-1-5-32-549) -> -1 Domain Guests (S-1-5-21-2839205766-3667556824-2828225164-514) -> nobody Replicators (S-1-5-32-552) -> -1 Guests (S-1-5-32-546) -> ntguests Power Users (S-1-5-32-547) -> pusers Print Operators (S-1-5-32-550) -> -1 Administrators (S-1-5-32-544) -> ntadmins Domain Users (S-1-5-21-2839205766-3667556824-2828225164-513) -> ntusers Account Operators (S-1-5-32-548) -> -1 Backup Operators (S-1-5-32-551) -> -1 Users (S-1-5-32-545) -> ntusers Domain Admins...
2008 Sep 03
3
DID number
Hi All, I bought a DID number from VOxbone...this number could be dialed from any PSTN line and could be forwarded to any SIP server like asterisk server...Now I need to forward this number to my asterisk server so when a customer dial this number from his GSM or Land line PSTN number the call will be forwarde to my asterisk server and I need to play a wav file for example.. Can you please give me
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
...; > > > > > # For debugging enable the log level of 5 > > > log level = 5 > > > max log size = 50 > > > > > > # LDAP Settings > > > ldap suffix = "o=EXAMPLE" > > > ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" > > > passdb backend = ldapsam:ldap://ldapserver.example.com > > > > > > [homes] > > > valid users = %S > > > read only = No > > > writeable = yes > > > browseab...
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
...; > > > > > # For debugging enable the log level of 5 > > > log level = 5 > > > max log size = 50 > > > > > > # LDAP Settings > > > ldap suffix = "o=EXAMPLE" > > > ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" > > > passdb backend = ldapsam:ldap://ldapserver.example.com > > > > > > [homes] > > > valid users = %S > > > read only = No > > > writeable = yes > > > browseab...
1999 Jun 10
1
Printer Queue control
I am setting up samba as a print server on a FreeBSD machine. I would like the users to be able to control the print queue by using the Pause option in Windows NT. It seems that I have a permission problem doing this though. -- Portion of smb.conf -- [global] lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j queuepause command =
2018 Oct 17
3
Samba v3 works with LDAP, but not Samba v4
On Tue, 2018-10-16 at 15:18 -0700, Emil Henry wrote: > Hi Andrew! > > I included it in one response, but may have not done a Reply All. Am resending it. > > Thanks. It is reading the hashes, so it looks like it is working. Dumb question, but are you really sure the password is right? Otherwise, it might be some very odd NTLMv2 thing. Try (on the client) 'client ntlmv2 auth
2018 Oct 17
4
Samba v3 works with LDAP, but not Samba v4
...uot;Samba Drives" > doing parameter netbios name = SMBServer > doing parameter log file = /var/log/samba/log.%m > doing parameter log level = 5 > doing parameter max log size = 50 > doing parameter ldap suffix = "o=EXAMPLE" > doing parameter ldap admin dn = "cn=PUser,ou=Proxies,ou=Auth,o=EXAMPLE" > doing parameter passdb backend = ldapsam:ldap://ldapserver.example.com > doing parameter ntlm auth = yes > pm_process() returned Yes > lp_servicenumber: couldn't find homes > added interface enp7s0f1 ip=192.168.2.122 bcast=192.168.2.255 netmas...
2018 Oct 17
0
Samba v3 works with LDAP, but not Samba v4
...g parameter server string = "Samba Drives" doing parameter netbios name = SMBServer doing parameter log file = /var/log/samba/log.%m doing parameter log level = 5 doing parameter max log size = 50 doing parameter ldap suffix = "o=EXAMPLE" doing parameter ldap admin dn = "cn=PUser,ou=Proxies,ou=Auth,o=EXAMPLE" doing parameter passdb backend = ldapsam:ldap://ldapserver.example.com doing parameter ntlm auth = yes pm_process() returned Yes lp_servicenumber: couldn't find homes added interface enp7s0f1 ip=192.168.2.122 bcast=192.168.2.255 netmask=255.255.255.0 added int...
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
...netbios name = SMBServer > log file = /var/log/samba/log.%m > > # For debugging enable the log level of 5 > log level = 5 > max log size = 50 > > # LDAP Settings > ldap suffix = "o=EXAMPLE" > ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE" > passdb backend = ldapsam:ldap://ldapserver.example.com > > [homes] > valid users = %S > read only = No > writeable = yes > browseable = no > create mask = 0600 > public = No >...
2018 Oct 17
0
Samba v3 works with LDAP, but not Samba v4
...t; doing parameter netbios name = SMBServer > > doing parameter log file = /var/log/samba/log.%m > > doing parameter log level = 5 > > doing parameter max log size = 50 > > doing parameter ldap suffix = "o=EXAMPLE" > > doing parameter ldap admin dn = "cn=PUser,ou=Proxies,ou=Auth,o=EXAMPLE" > > doing parameter passdb backend = ldapsam:ldap://ldapserver.example.com > > doing parameter ntlm auth = yes > > pm_process() returned Yes > > lp_servicenumber: couldn't find homes > > added interface enp7s0f1 ip=192.168.2.122 b...