Displaying 20 results from an estimated 12000 matches similar to: "[Bug 3519] New: Command line parameter to print out full config"
2017 Apr 25
3
Unable to add a particular member to group (Samba 4.6.3)
The user exists in AD:
- I can see the user using 'wbinfo', 'samba-tool user list'
- I can add the user to a group with 'Active Directory Users and
Computers' in Windows 2008R2
- It's seems impossible to use 'samba-tool group addmembers foogroup
foouser'
I looked at the user's attributes but can't find anything different from
any other user that
2017 Apr 25
0
Unable to add a particular member to group (Samba 4.6.3)
On Tue, 25 Apr 2017 10:36:54 -0400
Luc Lalonde via samba <samba at lists.samba.org> wrote:
> Hello Folks,
>
> I'm getting this strange error when I try to add a particular member
> to a group:
>
> [root at roquefort admin]# /usr/local/samba/bin/samba-tool group
> addmembers foogroup foouser
> ERROR(exception): Failed to add members "foouser" to group
2017 Apr 25
2
Unable to add a particular member to group (Samba 4.6.3)
Hello Folks,
I'm getting this strange error when I try to add a particular member to
a group:
[root at roquefort admin]# /usr/local/samba/bin/samba-tool group addmembers
foogroup foouser
ERROR(exception): Failed to add members "foouser" to group "foogroup" -
Unable to find "foouser". Operation cancelled.
File
2017 Apr 28
0
Unable to add a particular member to group (Samba 4.6.3)
Hello Rowland,
Have you tried deleting a user, re-creating the same user and then try
to add him to a group?
I'm convinced that this will point us in the right direction to correct
the bug.
Thanks!
Le 2017-04-26 à 14:25, Luc Lalonde a écrit :
> Still doesn't work for that user... for works for another user:
>
> [root at roquefort samba]# cp -av
>
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
Still doesn't work for that user... for works for another user:
[root at roquefort samba]# cp -av
./lib64/python2.6/site-packages/samba/samdb.py
./lib64/python2.6/site-packages/samba/samdb.py.bak
« ./lib64/python2.6/site-packages/samba/samdb.py » ->
« ./lib64/python2.6/site-packages/samba/samdb.py.bak »
[root at roquefort samba]# vi ./lib64/python2.6/site-packages/samba/samdb.py
[root
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
This is the case for this user too... Could it be that Samba is trying
to work with the old SID???
Le 2017-04-26 à 10:47, Dale Renton via samba a écrit :
> On Tue, Apr 25, 2017 at 3:31 PM, Luc Lalonde via samba <
> samba at lists.samba.org> wrote:
>
>> The user exists in AD:
>>
>> - I can see the user using 'wbinfo', 'samba-tool user list'
2024 Sep 21
0
wiki Specifications link problems
Hello, this is my first communication to any freedesktop list in a
long time. I've noticed some problems with some links on the wiki, on
some pages related to Specifications.
Consider these two example pages:
https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/
https://www.freedesktop.org/wiki/Specifications/xembed-spec/
Both pages have one or more links to "html (one
2003 Nov 27
2
Question about adding another parameter for OpenSSH
Hello,
I need to allow for some people to execute ssh with one shared private
key for remote executing command on various machines. However, it is not
possible to set group permissions for private keys and it is possible
to have just one private key file for one user. Please, is it possible
to add patches into openssh development tree like these, so that standard
behavior of ssh is not changed,
2024 May 06
1
Feature request/EOI: Match interactive config?
Hey Damien,
> Would something like this help?
>
> Match sessiontype shell
> User foo
> Match remotecommand "none"
> User foo2
> Match sessiontype exec remotecommand "/rsync"
> User bar
> Match sessiontype subsystem remotecommand "sftp"
> User baz
>
>
> diff --git a/readconf.c b/readconf.c
> <snip>
Thanks for looking
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
On Mon, 30 Mar 2015, Damien Miller wrote:
> On Mon, 30 Mar 2015, Hanno B?ck wrote:
>
> > On Mon, 30 Mar 2015 09:19:02 +1100 (AEDT)
> > Damien Miller <djm at mindrot.org> wrote:
> >
> > > What version of OpenSSH is this?
> >
> > 6.8 portable on Linux.
>
> That's strange - the line numbers in the valgrind stack trace don't
>
2000 Aug 28
1
[OpenSSH] sample line about ForwardX11 in ssh_config file is not fit to default setting
Hi
OpenSSH developers
I use OpenSSH under FreeBSD. It's cool and useful for me.
By the way, sample line of ForwardX11 in ssh_config was not fit
for default setting in readconf.c. I want to change ssh_config.
----------
In ssh source (src/usr.bin/ssh/readconf.c), currently ForwardX11
is disabled.
731 if (options->forward_x11 == -1)
732
2016 Dec 19
2
config file line length limit
To all,
i think i've found a minor bug in openssh. i'm writing to the list
toget input on whether it's really a bug, or an undocumented limit,
or maybe it's even documented somewhere (although i didn't see
it documented in ssh_config(5)). if there is a consensus that this
is indeed a bug, i'll file it in bugzilla. i would also like to
submit the fix.
the bug is that
2017 Apr 26
0
Unable to add a particular member to group (Samba 4.6.3)
On Tue, Apr 25, 2017 at 3:31 PM, Luc Lalonde via samba <
samba at lists.samba.org> wrote:
> The user exists in AD:
>
> - I can see the user using 'wbinfo', 'samba-tool user list'
>
> - I can add the user to a group with 'Active Directory Users and
> Computers' in Windows 2008R2
>
> - It's seems impossible to use 'samba-tool group
2024 May 06
1
Feature request/EOI: Match interactive config?
On Mon, 6 May 2024, openssh at tr.id.au wrote:
> ... and I guess your next question will be about compilation environment, so:
>
> ```
> $ gcc --version
> gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210
> Copyright (C) 2023 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY
2024 May 06
1
Feature request/EOI: Match interactive config?
On Sat, 4 May 2024, openssh at tr.id.au wrote:
> Hey there,
>
> I often want different behavior in my ssh client depending on
> whether I'm logging into an interactive session or running
> a remote non-interactive command. We can see at, say,
> https://unix.stackexchange.com/a/499562/305714 that this isn't a
> unique wish, and existing solutions are kind of baroque.
2010 Apr 19
1
rsync problem with cygwin 1.7.?
Hello.
My laptop runs XP Home SP3 and my workstation XP Prof. SP3.
I use Cygwin and rsync to sync my files to a Debian 4.0 server which
runs rsync 2.6.9 in daemon mode.
It had always worked quite will until I upgraded to Cygwin 1.7.x
(the laptop runs Cygwin 1.7.4 and the workstation 1.7.5 with rsync 3.0.7)
I use
rsync -av --progress --delete foouser at 192.168.0.xxx::foo_user_files/
to sync
2002 Jan 26
7
[PATCH] Added NoDelay config option and nodelay subsystem option
Hello again!
Since there was some resistance against adding TCP_NODELAY uncontionally,
I've made another patch. The new patch contains the following:
* Added a NoDelay yes/no (default no) config option to ssh and sshd
* Added -oNoDelay=yes to the ssh command line for sftp.
* Changed the sshd subsystem config option syntax from
Subsystem name path
to
Subsystem name options path
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the
ssh_config file and use them from the LocalCommand and ProxyCommand.
Examples:
# set FOO to foo
LocalEnvMod FOO = foo
# append bar to FOO with default separator ","
LocalEnvMod FOO += bar
# unset FOO
LocalEnvMod FOO =
# append foo to BAR with separator ":", if BAR is empty
2024 May 06
1
Feature request/EOI: Match interactive config?
On Mon, 6 May 2024, openssh at tr.id.au wrote:
> Hey Damien,
>
> > Would something like this help?
> >
> > Match sessiontype shell
> > User foo
> > Match remotecommand "none"
> > User foo2
> > Match sessiontype exec remotecommand "/rsync"
> > User bar
> > Match sessiontype subsystem remotecommand "sftp"
2004 Oct 03
3
[PATCH] PreferAskpass in ssh_config
Moin,
attached is a patch, which adds a new configuration option
"PreferAskpass" to the ssh config.
ssh{,-add,-keygen,-agent} will use ssh-askpass to prompt for passwords, if
this option is set to "yes", and if ssh-askpass is available.
Default for "PreferAskpass" is "no".
Pacth is against current CVS.
Sebastian
--
signature intentionally left blank.