search for: pusers

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

Did you mean: users
2015 Feb 02
1
Can login with a bogus username which ends with a "/" or a "\"
We have noticed that if a username, that ends in a "\" or a "/", tries to login, then the workspace becomes the user name ( up to the "/" or "\" ) and then username is empty, allowing a bogus user to authenticate and calls cli_session_setup_guest() to log in anonymously. This is done in cli_session_setup(): /* allow for workgroups as part of
2015 Jun 10
3
[LLVMdev] The use iterator not working...
Hi, I'm having a problem with the use iterator. Each "use" that I see, when using the use_iterator, is the same as the "def". Meaning, in the code below the pDef is always equal to pUse pointer for every instruction in all basic blocks (except terminators). for (auto i = inst_begin(f), ie = inst_end(f); i != ie; ++i) Instruction* pDef =
2015 Jun 10
4
[LLVMdev] The use iterator not working...
Thanks Dan and Jon. I made an incorrect assumption that the "use" iterator was actually giving me the "user" when de-referencing it. Did it always have this behavior in previous LLVM versions? I've seen lots of examples of the "use" iterator being dereferenced and resulting Instruction pointer being treated as the "user"? Thanks, Zack On Tue, Jun 9,
2015 Jun 10
2
[LLVMdev] The use iterator not working...
It appears dereferencing the use iterator returned the "user" in older LLVM versions. See the following commit to Use.h. You can see that the intention is to return the "user". So this is not the behavior anymore. https://github.com/llvm-mirror/llvm/commit/d1fe495464e4abc384565813cbf1cb8b130e5a6d - // Retrieve a pointer to the current User.- UserTy *operator*() const {-
2018 Oct 16
4
Samba v3 works with LDAP, but not Samba v4
On Tue, 2018-10-16 at 20:55 +0100, Rowland Penny via samba wrote: > On Tue, 16 Oct 2018 12:13:16 -0700 > Emil Henry via samba <samba at lists.samba.org> wrote: > > > Hello! > > > > We have Samba v3 (3.5.10) working against an LDAP server, and need to > > upgrade to Samba v4 (4.7.1), RHEL 7 supports only v4. Tried multiple > > configs of the smb.conf
2018 Oct 16
5
Samba v3 works with LDAP, but not Samba v4
Hello! We have Samba v3 (3.5.10) working against an LDAP server, and need to upgrade to Samba v4 (4.7.1), RHEL 7 supports only v4. Tried multiple configs of the smb.conf (including the old config) without success. Cleaned up smb.conf is below. Also, included is the output of a smbclient command on the SMBServer with debug option 10. Hoping that someone can point me in the right direction. Thanks
2013 Jul 07
1
Shutdown hangs on unmount of a gjournaled file system in 8-Stable
The problem occurs after an update of 8-stable from r248120 to r252111. Sometimes shutdown hangs: Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 done All buffers synced. >From the kernel
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
On Tue, 16 Oct 2018 12:13:16 -0700 Emil Henry via samba <samba at lists.samba.org> wrote: > Hello! > > We have Samba v3 (3.5.10) working against an LDAP server, and need to > upgrade to Samba v4 (4.7.1), RHEL 7 supports only v4. Tried multiple > configs of the smb.conf (including the old config) without success. > Cleaned up smb.conf is below. Also, included is the output
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
Hi Andrew! At the moment, there is only 1 Samba server that is working with this LDAP backend that I know of. I just shutdown the smbd, and restarted it. I then did a smbclient call, which failed. I am including the log.smbd as well. Thanks. On Tue, Oct 16, 2018 at 2:24 PM Andrew Bartlett <abartlet at samba.org> wrote: > On Tue, 2018-10-16 at 20:55 +0100, Rowland Penny via samba
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
Just because it hasn't yet been mentioned, did you run 'smbpasswd -w <ldap-secret>' to pass samba the admin dn passwords? https://wiki.samba.org/index.php/Samba_%26_LDAP#Let_Samba_use_LDAP Kris Lou klou at themusiclink.net On Tue, Oct 16, 2018 at 2:24 PM, Andrew Bartlett via samba < samba at lists.samba.org> wrote: > On Tue, 2018-10-16 at 20:55 +0100, Rowland Penny
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
On Tue, 2018-10-16 at 20:20 -0700, Emil Henry wrote: > Hi Andrew! > > I am not 100% sure that the password is correct. I was told that it > was changed to the one I am testing. But, when I try the old > password, I get a different error message (NT_STATUS_INVALID_SID). I > will attached the output.  Then it is the old password, and you have other issues you need to sort out.
2018 Oct 17
0
Samba v3 works with LDAP, but not Samba v4
Hi Andrew! I am not 100% sure that the password is correct. I was told that it was changed to the one I am testing. But, when I try the old password, I get a different error message (NT_STATUS_INVALID_SID). I will attached the output. I added the 'ntlm auth = yes' to the smb.conf. How would I change the client? The version of Samba that we are running is 4.7.1, which is the latest
2018 Oct 16
0
Samba v3 works with LDAP, but not Samba v4
I can not see any ldap call, did you try to tcpdump for ldap packets? Michal út 16. 10. 2018 v 21:14 odesílatel Emil Henry via samba < samba at lists.samba.org> napsal: > Hello! > > We have Samba v3 (3.5.10) working against an LDAP server, and need to > upgrade to Samba v4 (4.7.1), RHEL 7 supports only v4. Tried multiple > configs of the smb.conf (including the old config)
2018 Oct 17
0
Samba v3 works with LDAP, but not Samba v4
Hi Andrew! Really appreciate the clarification and help. Understood about the password. I have attached the log.127.0.0.1 with the "correct" password being used. I do see entries in that log for the Primary Group of 0. Not sure where I would need to make the change. Any guidance would be really appreciated. Have been fighting this for the last 3 weeks. :-( Thanks. On Tue, Oct 16, 2018