search for: allowedus

Displaying 20 results from an estimated 34 matches for "allowedus".

Did you mean: allowed
2013 Feb 27
1
net rpc share allowedusers gives "Coult not query secdesc for share"?
Hi all, [Please CC me in reply, I'm not subscribed] On two of our machines, "net rpc share allowedusers" gives the error "Coult not query secdesc for share", partial debug log (-d10) below. The servers are both running Windows Server 2008 R2 Standard 6.1 but we have other servers running the same version of Windows so I don't think that is the issue. This is definitely not a p...
2013 Apr 12
0
net rpc share allowedusers fails half the time?
Hi all, [Please CC me in reply, I'm not subscribed] We have a weird situation on one of our shares, net rpc share allowedusers fails with NT_STATUS_IO_DEVICE_ERROR. Normally the command is run with the password passed on the command-line. If we manually type the password or turn up the debug level, it works. If we turn up the debug output but direct the output to /dev/null or to a file, then it works. If we run net unde...
2011 Aug 15
0
1.4.38 passing a Regular expression containing a pipe character to a macro ?
...cro [macro-jktest1] ; ${ARG1} - Org ID/CustGroup ; ${ARG2} - Group to use for spying ; ${ARG3} - Target to Spy/Barge on ; ${ARG4} - Users allowed to use the Macro exten => s,1,Set(OrgID=${ARG1}) exten => s,n,Set(SpyGroup=${ARG2}) exten => s,n,Set(Target=${ARG3}) exten => s,n,Set(AllowedUsers=${ARG4}) exten => s,n,NoOP(AllowedUsers:${AllowedUsers} Arg5:${ARG5} Arg6:${ARG6} ) exten => s,n,Set(caller1=${CDR(accountcode)}) exten => s,n,Set(Caller=${CUT(caller1,-,3)}) exten => s,n,GotoIf($[${Caller} =~ "${AllowedUsers}"]?ALLOW:DENY) exten => s,n(DENY),Congestion(...
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...* BUG 11359: lib: replace: Add strsep function (missing on Solaris). o Christian Ambach <ambi at samba.org> * BUG 11170: s3:param/loadparm fix 'testparm --show-all-parameters'. o Ralph Boehme <slow at samba.org> * BUG 11426: s3-net: Use talloc array in share allowedusers. o Günther Deschner <gd at samba.org> * BUG 11373: s3-smbd: Reset protocol in smbXsrv_connection_init_tables failure paths. o Justin Maggard <jmaggard at netgear.com> * BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup. o Stefan Metzmacher...
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...* BUG 11359: lib: replace: Add strsep function (missing on Solaris). o Christian Ambach <ambi at samba.org> * BUG 11170: s3:param/loadparm fix 'testparm --show-all-parameters'. o Ralph Boehme <slow at samba.org> * BUG 11426: s3-net: Use talloc array in share allowedusers. o Günther Deschner <gd at samba.org> * BUG 11373: s3-smbd: Reset protocol in smbXsrv_connection_init_tables failure paths. o Justin Maggard <jmaggard at netgear.com> * BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup. o Stefan Metzmacher...
2009 Dec 29
2
[Bug 1690] New: AllowUsers and DenyGroups directives are not parsed in the order specified
https://bugzilla.mindrot.org/show_bug.cgi?id=1690 Summary: AllowUsers and DenyGroups directives are not parsed in the order specified Product: Portable OpenSSH Version: 5.3p1 Platform: ix86 OS/Version: Linux Status: NEW Keywords: patch Severity: trivial Priority: P2 Component:
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...rts out for range (bug #9218). Changes since 3.6.8: -------------------- o Michael Adam <obnox at samba.org> * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as Windows. o Jeremy Allison <jra at samba.org> * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2. * BUG 9016: Connection to outbound trusted domain goes offline. * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2. * BUG 9147: Winbind can't fetch user or group info from AD via LDAP. * BUG 9174: Empty SPNEGO packet...
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...rts out for range (bug #9218). Changes since 3.6.8: -------------------- o Michael Adam <obnox at samba.org> * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as Windows. o Jeremy Allison <jra at samba.org> * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2. * BUG 9016: Connection to outbound trusted domain goes offline. * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2. * BUG 9147: Winbind can't fetch user or group info from AD via LDAP. * BUG 9174: Empty SPNEGO packet...
2011 May 20
0
Possible error in coding of AllowUsers / AllowGroups in ssh 5.8p2
...I should be able to specify a groupname or list of groupnames without having to specify a list of usernames. (it should be treated as an "or" condition). The way that I read the code in "auth.c" is: If the AllowUsers option is present, check the targetusername against the AllowedUsers list. If it is not in the list, return false (which appears to reject the login). Only if the targetusername is in the AllowUsers list will the code then check the AllowGroups list. It appears that the code treats the AllowUsers / AllowGroups as an "and" condition rather than an &qu...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
...lace: Add strsep function (missing on Solaris). o Ralph Boehme <slow at samba.org> * BUG 11278: Fix stream names with colon with "fruit:encoding = native". * BUG 11317: vfs:fruit: Implement copyfile style copy_chunk. * BUG 11426: s3-net: Use talloc array in share allowedusers. * BUG 11467: vfs_fruit: Handling of empty resource fork. o Alexander Bokovoy <ab at samba.org> * BUG 11265: auth/credentials: If credentials have principal set, they are not anonymous anymore. o Günther Deschner <gd at samba.org> * BUG 11373: s3-smbd: R...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
...lace: Add strsep function (missing on Solaris). o Ralph Boehme <slow at samba.org> * BUG 11278: Fix stream names with colon with "fruit:encoding = native". * BUG 11317: vfs:fruit: Implement copyfile style copy_chunk. * BUG 11426: s3-net: Use talloc array in share allowedusers. * BUG 11467: vfs_fruit: Handling of empty resource fork. o Alexander Bokovoy <ab at samba.org> * BUG 11265: auth/credentials: If credentials have principal set, they are not anonymous anymore. o Günther Deschner <gd at samba.org> * BUG 11373: s3-smbd: R...
2017 Jul 18
2
force port redirection for list of users
Thanks somuch. I am checking it. Best Regards, On Tue, Jul 18, 2017 at 9:08 PM, Reuti <reuti at staff.uni-marburg.de> wrote: > > > Am 08.07.2017 um 18:41 schrieb Sudarshan Soma <sudarshan12s at gmail.com>: > > > > Hi , > > I have the following requirement . > > other than following users, any other user sshd connection should be > > redirected
2008 May 20
4
Need help with rsync.
I have two hosts which have their respective keys loaded into each others .ssh/authorized-keys2 file for root. I want to move a directory tree from one host to the other via rsync to maintain a shadow structure of the application provided on the main host. This is the relevant part of the command: rsync -avz --rsh=ssh --delete-after /var/data/pas-redmine root at
2015 Aug 18
0
[Announce] Samba 4.3.0rc3 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Aug 18
0
[Announce] Samba 4.3.0rc3 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Sep 01
0
[Announce] Samba 4.3.0rc4 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Sep 01
0
[Announce] Samba 4.3.0rc4 Available for Download
...error * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes o Ralph Boehme <slow at samba.org> * Bug 11278: Stream names with colon don't work with fruit:encoding = native * Bug 11426: net share allowedusers crashes o Amitay Isaacs <amitay at gmail.com> * Bug 11432: Fix crash in nested ctdb banning * Bug 11434: Cannot build ctdbpmda * Bug 11431: CTDB's eventscript error handling is broken o Stefan Metzmacher <metze at samba.org> * Bug 11451: Poor SMB3 encryption...
2015 Sep 08
0
[Announce] Samba 4.3.0 Available for Download
...t LDAP extended rule 1.2.840.113556.1.4.1941 > LDAP_MATCHING_RULE_IN_CHAIN changes > > o Ralph Boehme <slow at samba.org> > * Bug 11278: Stream names with colon don't work with > fruit:encoding = native > * Bug 11426: net share allowedusers crashes > > o Amitay Isaacs <amitay at gmail.com> > * Bug 11432: Fix crash in nested ctdb banning > * Bug 11434: Cannot build ctdbpmda > * Bug 11431: CTDB's eventscript error handling is broken > > o Stefan Metzmacher <metze at samba.org> >...