Displaying 5 results from an estimated 5 matches for "nileadmins".
Did you mean:
nileadmin
2025 Jan 24
1
Authenticating a user on domain member
Hi
I have a Samba AD-DC (on ubuntu) and I've created a user on it the DC
called nileadmin.
On the DC, 'pdbedit -w nileadmin' finds the entry and returns
nileadmin:4294967295:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:6590718693B2E602D30F67B848E08AE9:[U
]:LCT-678A9897:
I've joined a member (also a ubuntu host running samba) to the domain. The
join is successful. But when I run the
2025 Jan 24
1
Authenticating a user on domain member
...ba AD DC.
Comment out 'winbind_domain = "%{mschap:NT-Domain}"' in
/etc/freeradius/3.0/mods-available/mschap
Add the freeradius user 'freerad' to the 'winbindd_priv' group:
sudo usermod -a -G winbindd_priv freerad
Then test with:
radtest -t mschap nileadmin <nileadmins password> localhost 0 testing123
You should see 'Access-Accept' in the output.
Rowland
2025 Jan 25
1
Authenticating a user on domain member
...n = "%{mschap:NT-Domain}"' in
> /etc/freeradius/3.0/mods-available/mschap
>
> Add the freeradius user 'freerad' to the 'winbindd_priv' group:
>
> sudo usermod -a -G winbindd_priv freerad
>
> Then test with:
>
> radtest -t mschap nileadmin <nileadmins password> localhost 0 testing123
>
> You should see 'Access-Accept' in the output.
>
> Rowland
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
2025 Jan 22
2
Running ntlm_auth on Domain member vs running it on DC
I've setup Samba as an AD-DC on an Ubuntu 22.04. My goal is to use it for
testing PEAP MSChapv2 authentication on a Radius server where I want the
Radius server to validate the MSChapV2 Challenge-Response sent by the
client by talking to the Samba DC ecosystem. I'm using the ntlm_auth
program to talk to Samba and it works as expected when I run it on the DC
host in a bash shell like so:
2025 Jan 22
1
Running ntlm_auth on Domain member vs running it on DC
Op 22-01-2025 om 19:07 schreef Gopal Raman via samba:
> I've setup Samba as an AD-DC on an Ubuntu 22.04. My goal is to use it for
> testing PEAP MSChapv2 authentication on a Radius server where I want the
> Radius server to validate the MSChapV2 Challenge-Response sent by the
> client by talking to the Samba DC ecosystem. I'm using the ntlm_auth
> program to talk to Samba