Displaying 9 results from an estimated 9 matches for "1001362".
2016 Nov 17
2
Unable to add AD users to local groups
On 11/16/2016 04:34 PM, Rowland Penny via samba wrote:
> Provided that the group urbanweb exists in /etc/group and your users
> are shown by getent passwd or id, then you could try the unix tools
> i.e. usermod -G urbanweb ADDOMAIN\\1001362
>
> Rowland
Greetings,
Thank you for the response.
the matching UNIX group exists. Been using local groups on Samba for years.
# getent passwd "ADDOMAIN\\1001362"
1001362:*:2091888:2000513:Robert M Martel:/home/1001362:/usr/bin/bash
wbinfo returns useful information
# wbinfo -...
2016 Nov 17
2
Unable to add AD users to local groups
...gt; wrote:
>
>>
>> On 11/16/2016 04:34 PM, Rowland Penny via samba wrote:
>>> Provided that the group urbanweb exists in /etc/group and your users
>>> are shown by getent passwd or id, then you could try the unix tools
>>> i.e. usermod -G urbanweb ADDOMAIN\\1001362
>>>
>>> Rowland
>> Greetings,
>>
>> Thank you for the response.
>>
>> the matching UNIX group exists. Been using local groups on Samba for
>> years.
>>
>> # getent passwd "ADDOMAIN\\1001362"
>> 1001362:*:2091888:2000...
2016 Nov 16
2
Unable to add AD users to local groups
...ave run into is when I try to add domain users to local
groups on the Samba servers I am told the users do not exist.
As these users I can connect to shared folders, I can log into the
host using the active directory user's ID and password
What I see:
# net sam addmem urbanweb ADDOMAIN\\1001362
Adding domain group member failed with NT_STATUS_NO_SUCH_USER
Not seeing any hints in the log files even at level 10.
Any thoughts on what to look at/for?
Thank you
Bob Martel
--
***********************************************************************
Robert M. Martel I met some...
2008 Jul 31
0
Unable to access server with IDMAP_RID in place - samba 3.2.0
...onfigured a server to be an AD member server, joined it to AD but was
unable to access it from a client PC - I get prompted for authentication
on the client which shouldn't be happening. The log file shows:
[2008/07/31 09:08:19, 5] lib/username.c:Get_Pwnam_alloc(133)
Finding user CSUNET\1001362
[2008/07/31 09:08:19, 5] lib/username.c:Get_Pwnam_internals(77)
Trying _Get_Pwnam(), username as lowercase is csunet\1001362
[2008/07/31 09:08:19, 5] lib/username.c:Get_Pwnam_internals(85)
Trying _Get_Pwnam(), username as given is CSUNET\1001362
[2008/07/31 09:08:19, 5] lib/username.c:Get_...
2016 Nov 17
0
Unable to add AD users to local groups
...>
> >> On 11/16/2016 04:34 PM, Rowland Penny via samba wrote:
> >>> Provided that the group urbanweb exists in /etc/group and your
> >>> users are shown by getent passwd or id, then you could try the
> >>> unix tools i.e. usermod -G urbanweb ADDOMAIN\\1001362
> >>>
> >>> Rowland
> >> Greetings,
> >>
> >> Thank you for the response.
> >>
> >> the matching UNIX group exists. Been using local groups on Samba
> >> for years.
> >>
> >> # getent passwd "ADDOM...
2008 Nov 13
1
[LLVMdev] Shift operation expansion
Hi,
My target supports shift with amount 1 only i.e. to shift a value by 5
bits, I need to have a loop with shift in the body. Similarly for the
unknown amount of shift we need to have a loop for shift.
1) How can I insert this loop in DAG for shift operation?
2) Is there a way where I can have a call to a function and later
expand to the shift code?
Which would be the
2008 Nov 12
1
AD Member server and local UNIX groups
...rs as members to the local UNIX groups
on the samba server and use those group names on my "valid users" lines
in smb.conf.
When I tried that what I mostly see is the following in the logs:
smblog.client: User CSUNET\martel-test not in 'valid users'
smblog.client: User CSUNET\1001362 not in 'valid users'
So, is what I want to do even possible? If it is not, how do others
work around group membership issues - I can't be the only person running
a samba server where they are not permitted to alter the AD setup. I
can list AD users one at a time on the 'val...
2008 Jul 02
2
Solaris 10 and Samba 3.2 - internal error
...s with Samba 3.2 on Solaris 10 (Sparc.) I built Samba with gcc
3.4.3.
Clients are denied access to server resources and I'm seeing the
following in the logs:
[2008/07/02 15:47:38, 3] smbd/password.c:register_existing_vuid(326)
register_existing_vuid: UNIX uid 10000 is UNIX user CSUNET\1001362,
and will be vuid 101
[2008/07/02 15:47:38, 10] lib/dbwrap_tdb.c:db_tdb_fetch_locked(100)
Locking key 49442F3100
[2008/07/02 15:47:38, 10] lib/dbwrap_tdb.c:db_tdb_fetch_locked(129)
Allocated locked data 0x6593c8
[2008/07/02 15:47:38, 0] lib/fault.c:fault_report(40)
======================...
2005 Jun 21
0
Active directory authentication and Solaris 9 problems
...dm/messages I see:
-----------
Jun 21 13:39:13 techops pam_winbind[4648]: [ID 467601 auth.error]
request failed: No such user, PAM error was 13, NT error was
NT_STATUS_NO_SUCH_USER
Jun 21 13:39:15 techops last message repeated 1 time
Jun 21 13:40:56 techops su[4658]: [ID 810491 auth.crit] 'su 1001362'
failed for bob on /dev/pts/7
-----------
From the winbind log it looks like winbind is getting correct info from
the AD server - the UID and GID I see are correct, them it becomes
unhappy around the end with "client_read: read 0 bytes. Need 1824 more
for a full request"
(A mor...