Displaying 20 results from an estimated 5000 matches similar to: "NT groups vs Unix Groups"
2004 Mar 04
1
AIX 5.2 / ACL support
Hello,
I am testing the ACL support on AIX, and I have some results I do not
understand.
Config : AIX 5.2, samba 3.0.2a, compiled with gcc 2.9
and --with-acl-support.
I create a share test :
[test]
path = /usr/tests/testpartage
read only = No
inherit permissions = Yes
inherit acls = YesOn Unix side, I put the ACLs :attributes:base permissions
owner(test): rwx group(testtoto): rwx
2004 Mar 01
3
wbinfo -u returns 0xc0000022
Hello,
I am attempting to add a Redhat 9 box to our NT4 domain as a member
server. I want to enumerate user and group info so I don't have to make
two sets of user and group accounts. I've setup samba (version 2.2.7a)
and pamd the way I think I'm supposed to, but wbinfo -u always returns
0xc0000022. I've found this particular error mentioned in a few
articles, but applying the
2017 Nov 06
1
ntfs user mappings?
On Sun, 5 Nov 2017 16:14:33 -0700
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> Not bad but I wanted an ldap version because I was having issues
> running ldbsearch as a normal user.
>
I had another thought, why am I reinventing the wheel, so came up with
this:
#!/bin/bash
echo "#######################################################"
echo "#
2023 Mar 09
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
Hi.
On Wed, 08 Mar 2023 22:21:28 +0100 Tomasz Chmielewski via rsync wrote:
> After upgrading to rsync 3.2.7, the following command hangs forever
> (using "--usermap" causes the hang; without "--usermap" it doesn't
> hang):
> rsync -v -p -e --usermap user:user /etc/services user at remote:
This command is incorrect: the -e option needs a command.
Without
2023 Mar 08
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
After upgrading to rsync 3.2.7, the following command hangs forever
(using "--usermap" causes the hang; without "--usermap" it doesn't
hang):
rsync -v -p -e --usermap user:user /etc/services user at remote:
It did not hang with rsync 3.2.3.
Not sure if it's intended behaviour? The fine manual says that --usermap
should be used as a super-user on the receiver, but
2004 Mar 31
1
winbindd logon still requires Unix user id
I'm running Samba 3.0.2a (UCLA binaries) on AIX 5.2. The net command
worked fine and joined a win 2k domain.
The wbinfo -u and wbinfo -g work great. However, all connections fail
unless the user id exists on the AIX machine.
I can bypass the problem by using username map and a dummy account
"bozo". Here's a section of the Configuration
# Samba config file created using SWAT
2017 Nov 03
2
ntfs user mappings?
I have linux machines joined to my AD domain using winbind.
I have windows pro machines joined to AD normally
I would like it so that when I user writes to an ntfs removable disk
That when I mount it on my linux machines it follows the permissions.
Is that possible?
I use ntfs-3g to mount the partition. I see there is a command
ntf3-3g.usermap and wonder if that might work.
Is there a command like
2024 May 29
2
Usrname map and Windows ACLs question
On Wed, 29 May 2024 09:40:42 -0300
Ivan Lopez via samba <samba at lists.samba.org> wrote:
> Hi!. I've already read that really useful notebook. Thanks for it.
> Sadly, I couldn't find any differences.
>
> All seems work OK without "username map" but as soon as I map
> OURDOM\Administrator to root v?a "username map",? I lost "Sessions"
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> I decided to continue trying the ldap route as well
>
> littlehex2int()
> {
> hex=$1
> hex_chunk=$(echo ${hex}|cut -c$2-$3)
> little=$(echo ${hex_chunk}|awk '{print
> substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}')
> echo "ibase=16; ${little}" |
2014 Apr 30
1
rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap
Hello!
I think there is a small bug in cmdline parsing for option usermap and
groupmap. If you give multiple mappings to --usermap or --groupmap, only
the first one is used.
Example: rsync -a --usermap=userA:userB,userC:userD <src> <dst>
-> Only the user mapping for userA to userB is used, the second mapping is
ignored.
The attached patch fixed the problem for me.
Greetings
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
Ok
Please post the link for the bug report..
Thanks...
----- Original meddelelse -----
Fra: "Rowland penny" <rpenny at samba.org>
Til: "samba" <samba at lists.samba.org>
Sendt: mandag, 29. februar 2016 16:02:38
Emne: Re: [Samba] Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 14:57, Martin Juhl wrote:
> Hi
>
2006 Aug 08
2
Frequency Distribution
Hi,
Could someone please suggest where I might find some
instructions / tutorials / FAQs that describe how to
create a frequency distribution and cumulative
frequency distribution in R using different class
withs.
I have about a 2-million observations (distances
between points ranging from sub-millimetre to about
400km, and I want to get a feel for how they are
distributed).
I'd like the
2017 Nov 03
2
ntfs user mappings?
just get objectsid and use this
https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253
On Fri, Nov 3, 2017 at 1:32 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> oooh, I think I could write a script to do what ntf3-3g.usermap using
> ldap. :-) If something doesn't already exist.
> I think it gives the format in the ntfs-3g man page.
>
> On Fri, Nov 3,
2017 Nov 04
2
ntfs user mappings?
. DOMAIN_ADMIN_PASSWD.sh
echo ${PASSWD} | kinit ${ADMIN}@${DOMAIN}
echo -n > /etc/ntfs-3g.usermap
for DOMAIN_USER in $(wbinfo -u);do
RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_USER}" ${DOMAIN})
if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" !=
"Failed " ];then
SID=$(echo ${RPCLOOKUPID}|awk '{print
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
Hi
Please notice that i'm not using ldapsam, but ipasam... from freeipa server... So I think I need those things in my configuration file....
I'm having trouble finding documentation on the ipasam extension....
Seems as though our problems are similiar
----- Original meddelelse -----
Fra: "Rowland penny" <rpenny at samba.org>
Til: "samba" <samba at
2016 Nov 18
2
Clients can't write to group-writable files - plea for help
On Fri, 18 Nov 2016 09:13:44 -0500
Josh Malone via samba <samba at lists.samba.org> wrote:
> On 11/17/16 2:53 PM, Alex Crow via samba wrote:
> >
> >> From my understanding you seem to have Mac and Windows clients and
> >> are using the Samba machine as a fileserver. If the windows
> >> machines are joined to a domain, then you will probably be better
>
2006 Aug 28
1
Re: [nut-commits] svn commit r507 - in trunk: drivers scripts/hotplug scripts/hotplug-ng
Just a little tiny detail :
==============================================================================
> --- trunk/scripts/hotplug/libhid.usermap (original)
> +++ trunk/scripts/hotplug/libhid.usermap Fri Aug 25 19:18:19 2006
> @@ -21,5 +21,7 @@
> libhidups 0x0003 0x09ae 0x1003 0x0000 0x0000 0x00 0x00 0x00 0x00
2016 Mar 01
3
Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 15:44, Rowland penny wrote:
> On 29/02/16 15:11, Martin Juhl wrote:
>> Ok
>>
>> Please post the link for the bug report..
>>
>> Thanks...
>>
>>
>>
>> ----- Original meddelelse -----
>> Fra: "Rowland penny" <rpenny at samba.org>
>> Til: "samba" <samba at lists.samba.org>
>> Sendt:
2004 Dec 26
16
Incoming Calls
Hi All,
I have the following scenario, it may already have been answered elsewhere,
but I cant find the solution.
I already have a PBX and would like to start implementing asterisk. I have
ordered a 4 port card from the asterisk store (2 port FXS and 2 port FXO)
and am waiting for it to arrive.
I do not want to plug my incoming lines into my FXO ports yet as not all the
desks have IP phones
2014 Jul 09
1
[Bug 10705] New: usermap/groupmap do not escape wildcards passed to the remote
https://bugzilla.samba.org/show_bug.cgi?id=10705
Summary: usermap/groupmap do not escape wildcards passed to the
remote
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org