Displaying 13 results from an estimated 13 matches for "tadmin".
Did you mean:
admin
2018 Apr 02
2
Samba Domain server authentication
...: NT_STATUS_ACCESS_DENIED
However, if we supply the pdcname\username and password it works, as per
below
[2018/03/29 20:04:07.754925, 5] auth/auth_util.c:111(make_user_info_map)
Mapping user [lin-pdc]\[aaamson] from workstation [PC-WIN-001-AR]
The server is joined to the Domain
net rpc join -U tadmin
Enter tadmin's password:
Joined domain LIN.
Here is
/etc/nssswith.conf
#passwd: compat
#group: compat
#shadow: compat
passwd: files winbind
group: files winbind
shadow: files winbind
smb.conf
workgroup = LIN
netbios name = LINFS01
security...
2018 Apr 02
2
Samba Domain server authentication
...\username and password it works, as per
>> below
>> [2018/03/29 20:04:07.754925, 5] auth/auth_util.c:111(make_user_info_map)
>> Mapping user [lin-pdc]\[aaamson] from workstation [PC-WIN-001-AR]
>>
>> The server is joined to the Domain
>>
>> net rpc join -U tadmin
>> Enter tadmin's password:
>> Joined domain LIN.
>>
>> Here is
>> /etc/nssswith.conf
>>
>> #passwd: compat
>> #group: compat
>> #shadow: compat
>>
>> passwd: files winbind
>> group: files winbind...
2018 Mar 08
1
Fwd: Migrating server
...machine sam3dc is: S-1-5-21-286905455-3929894668-3957719032
SID for domain mydomain is: S-1-5-21-3936576374-1604348213-1812465911
net getlocalsid
SID for local machine sam3dc is: S-1-5-21-286905455-3929894668-3957719032
getent passwd sadmin
sadmin:x:1359:1359::/home/sadmin:/bin/sh
getent passwd tadmin
tadmin:x:1262:1150:Temp Admin,,,:/home/tadmin:/bin/bash
root at sam3dc:/# getent group 512
root at sam3dc:/#
root at sam3dc:/# getent group 1359
sadmin:x:1359:
SYSLOG during the netdomainsid and getlocalsid
tail -f /var/log/syslog|sed -nre 's/^.*( slapd.*$)/\1/p'
slapd[4698]: conn=1015...
2018 Apr 02
0
Samba Domain server authentication
...r, if we supply the pdcname\username and password it works, as per
> below
> [2018/03/29 20:04:07.754925, 5] auth/auth_util.c:111(make_user_info_map)
> Mapping user [lin-pdc]\[aaamson] from workstation [PC-WIN-001-AR]
>
> The server is joined to the Domain
>
> net rpc join -U tadmin
> Enter tadmin's password:
> Joined domain LIN.
>
> Here is
> /etc/nssswith.conf
>
> #passwd: compat
> #group: compat
> #shadow: compat
>
> passwd: files winbind
> group: files winbind
> shadow: files winbind
>
> smb.conf
&g...
2018 Mar 08
3
Fwd: Migrating server
Hi Harry,
sadmin and tadmin are both admin logins. I was trying to domain join with
both. sadmin is in ldap
The olcdbindex.ldif gave this error
SASL/EXTERNAL authentication started SASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0
modifying entry "olcDatabase={1}hdb,cn=config" lda...
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
...>>>>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
> > > >>>>>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
> > > >>>>>> [...]
> > > >>>>>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
> > > >>>>>> [...]
> > > >>>>>> read(8, "Otest\1r\1ntest\n", 8192) = 14
> > > >>>>>>
> > > >>>>>> Indeed "\1r" and "\1...
2016 Oct 16
2
Dict proxy client returning empty string instead of multiline string
...nd the socket is not an issue either.
The following strace dump results from running "doveadm dict get"
against the dict socket:
connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
[...]
write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
[...]
read(8, "Otest\1r\1ntest\n", 8192) = 14
Indeed "\1r" and "\1n" are the escape sequences used by
"lib/strescape.c". I went deeped and debugged the call to "dict_lookup"
performed by doveadm. Inde...
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
...strace dump results from running "doveadm dict get"
>> against the dict socket:
>>
>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
>> [...]
>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
>> [...]
>> read(8, "Otest\1r\1ntest\n", 8192) = 14
>>
>> Indeed "\1r" and "\1n" are the escape sequences used by
>> "lib/strescape.c". I went deeped and debugged the call to "...
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
...>>>>>
> >>>>>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
> >>>>>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
> >>>>>> [...]
> >>>>>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
> >>>>>> [...]
> >>>>>> read(8, "Otest\1r\1ntest\n", 8192) = 14
> >>>>>>
> >>>>>> Indeed "\1r" and "\1n" are the escape sequences used by...
2016 Oct 17
1
Dict proxy client returning empty string instead of multiline string
...running "doveadm dict get"
>>> against the dict socket:
>>>
>>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
>>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
>>> [...]
>>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
>>> [...]
>>> read(8, "Otest\1r\1ntest\n", 8192) = 14
>>>
>>> Indeed "\1r" and "\1n" are the escape sequences used by
>>> "lib/strescape.c". I went deeped and debugge...
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
...;> against the dict socket:
> >>>>
> >>>> connect(8, {sa_family=AF_UNIX, sun_path="..."}, 110) = 0
> >>>> fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
> >>>> [...]
> >>>> write(8, "H2\t0\t0\tadmin at domain.tld\tsieve\n", 30) = 30
> >>>> [...]
> >>>> read(8, "Otest\1r\1ntest\n", 8192) = 14
> >>>>
> >>>> Indeed "\1r" and "\1n" are the escape sequences used by
> >>>> "lib...
2018 Mar 05
2
Fwd: Migrating server
Hi Harry,
When I install slapd , I didn't get the option to use MDB, so used hdb
I went through your suggestions and cleaned up the smb.conf. Also added
the unixidpool ldif
dn: sambaDomainName=mydomain,dc=mydomain
sambaDomainName: mydomain
sambaSID: S-1-5-21-3936576374-1604348213-1812434911
sambaAlgorithmicRidBase: 1000
objectClass: sambaDomain
objectClass: sambaUnixIdPool
2018 Mar 05
9
Fwd: Migrating server
...ne 29.
[2018/03/04 16:37:59.579160, 0]
passdb/pdb_interface.c:476(pdb_default_create_user)
_samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
"win10-split$"' gave 2
[2018/03/04 16:38:12.723642, 4] auth/pampass.c:483(smb_pam_start)
smb_pam_start: PAM: Init user: tadmin
[2018/03/04 16:38:12.725997, 4] auth/pampass.c:492(smb_pam_start)
smb_pam_start: PAM: setting rhost to: 192.168.14.191
[2018/03/04 16:38:12.726044, 4] auth/pampass.c:501(smb_pam_start)
smb_pam_start: PAM: setting tty
[2018/03/04 16:38:12.726080, 4] auth/pampass.c:509(smb_pam_start)
smb_pam...