Displaying 13 results from an estimated 13 matches for "foouser".
Did you mean:
foo_user
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
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py",
line 239, in run
add_members_operation=True)
File...
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 works properly.
Any other ideas?
Le 2017-04-25 à 11:50, Rowland Penny via samba a écrit :
> On Tue, 25 Apr 2017 10:36:54 -0400
> Luc Lalonde via samba <samba at lists.samba.org>...
2017 Apr 25
0
Unable to add a particular member to group (Samba 4.6.3)
...7 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 "foogroup"
> - Unable to find "foouser". Operation cancelled.
> File
> "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py",
> line 239, in run
> add_me...
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
...ages/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 at roquefort samba]# /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
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py",
line 239, in run
add_members_operation=True)
File...
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
...ee 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 works properly.
>>
>> Any other ideas?
>>
>>
> I have the exact same problem on 4.5.1. The user I was having a problem
> with was delet...
2023 Jan 10
1
[Bug 3519] New: Command line parameter to print out full config
...sidering writing my own ssh config preprocessor based on
readconf.c I decided this request might be in order.
Example:
% cat ~/.ssh/config
Host foo
HostName foo.foo.foo
Include configA
Include configB
% cat ~/.ssh/configA
Host bar
HostName bar.bar.bar
% cat ~/.ssh/configB
Host foo
User foouser
% ssh --print-config-ideal
Host foo
HostName foo.foo.foo
Host bar
HostName bar.bar.bar
Host foo
User foouser
% ssh --print-config-acceptable
Host foo
HostName foo.foo.foo
User foouser
Host bar
HostName bar.bar.bar
--
You are receiving this mail because:
You are watching th...
2017 Apr 28
0
Unable to add a particular member to group (Samba 4.6.3)
...gt; « ./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 at roquefort samba]# /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
> "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py",
> line 239, in run
> add_mem...
2003 Feb 24
5
-bash: /bin/rm: Argument list too long
Folks:
Is there a limit to the number of arguments that can be passed to
fileutils programs such as mv or rm ? If yes, is it filesystem
dependant/kernel config dependant/fileutils version dependant? Can this
maximum limit be tuned/controlled ? I googled on it a bit, but couldn't
find anything much more relevant than a message in the OS-X forum.
2017 Apr 26
0
Unable to add a particular member to group (Samba 4.6.3)
...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 works properly.
>
> Any other ideas?
>
>
I have the exact same problem on 4.5.1. The user I was having a problem
with was deleted and recreated I believe.
Dale
2010 Apr 19
1
rsync problem with cygwin 1.7.?
...tion 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 the changes on the server down to a client.
(There are over 30e3 files to sync.)
If foo_user_files is empty and rsync has to copy all the files
it stops after maybe 50...200 files at an arbitrary file. (No disk
activity, no network acttivity, nearly no CP...
2004 Jan 27
1
Group mapping bugs + PATCH
....
4) ldapsam_update_group_mapping_entry doesn't add the sambaGroupMapping
objectClass when MODIFYING a mapping that involves a "simple" posixGroup
entry in LDAP, like this one :
dn: cn=myusers,ou=Users,dc=mydomain,dc=com
objectClass: posixGroup
gidNumber: 1012
cn: myusers
memberUid: foouser
The result is the mapping can't be modified, here is the error :
ldapsam_update_group_mapping_entry: failed to modify group 1012 error:
attribute 'sambaSID' not allowed (Object class violation)
Could not update group database
We don't get this error when we CREATE a mapping becau...
2004 Dec 08
1
samba>=3.0.4 - no more smbpasswd ? no more local auth when joined to domain ?
...MYHOST with DOMAIN authentication, yet I
could
not map or browse any of served shares from MYHOST (see the smbclient
dump below)
And more - where has support for local user/passwords gone ? I had
previously
configured few users which had not been configured within OURDOMAIN (using
smbpasswd -a FOOUSER) and authentication was performed locally even when
MYHOST was joined into OURDOMAIN. It seems that this functionality has
just been dropped, hasn't it ?
Smbclient dump: smbclient notoriously reports as follows (see also
testparm dump after smbclient dump):
# smbclient -d3 -L me -U MYHOST...
2004 Dec 09
3
samba>=3.0.4 - no more smbpasswd ? no more local auth whenjoined to domain ?
...yet I
> could
> not map or browse any of served shares from MYHOST (see the smbclient
> dump below)
>
> And more - where has support for local user/passwords gone ? I had
> previously
> configured few users which had not been configured within OURDOMAIN (using
> smbpasswd -a FOOUSER) and authentication was performed locally even when
> MYHOST was joined into OURDOMAIN. It seems that this functionality has
> just been dropped, hasn't it ?
>
>
>
> Smbclient dump: smbclient notoriously reports as follows (see also
> testparm dump after smbclient dump):
&g...