Displaying 6 results from an estimated 6 matches for "prvisioning".
Did you mean:
provisioning
2024 Jan 19
2
Provisioning new AD Domain Controller
...HPRS\\mark.100 anotherfile
# ls - aontherfile
rwxr-xr-x+ 1 HPRS\mark users 164 2019-01-20 01:43 anotherfile
The latter shows the actual "HPRS\mark" as the user, but doing so for
Administrator shows root as the user.
Are HPRS\administrator and root synonyms?
On the other hand, the prvisioning step created /var/lib/samba/sysvol as:
# ls -ld /var/lib/samba/sysvol
drwxrwx---+ 3 root BUILTIN\administrators 4096 2024-01-18 21:51 /var/lib/samba/sysvol/
Why does getent for administrator give group 100 (users) but sysvol's group is
BUILTIN\administrators (gid 3000000)?
Should I change th...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
Rowland Penny via samba <samba at lists.samba.org> ? 2024?1?25? ?? ??6:42???
> On Thu, 25 Jan 2024 18:27:48 +0800
> hhyy ww via samba <samba at lists.samba.org> wrote:
>
> > Hi list,
> >
> > My case :
> > Local UNIX user : ZTEST
> > domain : uuq.ork
> > domain user : UUQ\ztest
> > smb.conf for standalone samba : /home/hywu/smb.conf
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 20:54:07 +0800
hhyy ww via samba <samba at lists.samba.org> wrote:
> Rowland Penny via samba <samba at lists.samba.org> ? 2024?1?25? ??
> ??6:42???
>
> > On Thu, 25 Jan 2024 18:27:48 +0800
> > hhyy ww via samba <samba at lists.samba.org> wrote:
> >
> > > Hi list,
> > >
> > > My case :
> > > Local
2024 Jan 18
1
Provisioning new AD Domain Controller
On Thu Jan 18 14:11:45 2024 Sonic <sonicsmith at gmail.com> wrote:
>
> hosts file? stale dns records?
I listed my hosts file in my first message:
127.0.0.1 localhost
192.168.1.60 mail.hprs.local mail
Since I had provisioned initially with the SAMBA_INTERNAL DNS backend, and
therefore Samba manages DNS, I thought perhaps there was a "stale dns", so
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
My system is not only for CIFS/SMB/domain features , sometime I need to
disable DC so I have to keep local user in /etc/passwd.
I have download samba source code and build it. I modify the order of
getpwnam call in source3/lib/username.c then solve the problem.
I have checked the following list :
https://lists.samba.org/archive/samba-technical/2008-March/058508.html
I think this is same problem.
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 18:27:48 +0800
hhyy ww via samba <samba at lists.samba.org> wrote:
> Hi list,
>
> My case :
> Local UNIX user : ZTEST
> domain : uuq.ork
> domain user : UUQ\ztest
> smb.conf for standalone samba : /home/hywu/smb.conf
>
> [/home/hywu] # cat /home/hywu/smb.conf
> [global]
> passdb backend = smbpasswd
> workgroup = WORKGROUP
>