Displaying 2 results from an estimated 2 matches for "javi2".
Did you mean:
javi
2005 May 16
2
Winbind problem when exec freeradius
...ive Directory Users via freeradius. I
can do it in a general case (user and domain) without
problem. Now I have to do it restricting the authentication to the
members of a group.
I can exect the script (as is put in radiusd.conf) correct from the
command line:
Deb:~# /usr/bin/ntlm_auth --username=javi2
--require-membership-of='AAMM\MyGroup' --domain=AAMM
password:
NT_STATUS_OK: Success (0x0)
Deb:~# /usr/bin/ntlm_auth --username=javi2
--require-membership-of='AAMM\OtherGroup' --domain=AAMM
password:
NT_STATUS_LOGON_FAILURE: Logon failure (0xc000006d)
Deb:~#
So samba and winbind...
2005 Mar 10
4
ntlm_auth
...edHat 9.0 and now I would like to
authenticate against an Active Directory. I can do it with TLS, but when I
try to do it with PEAP, it doesn works. I read about it and found out that
should be put on radiusd.conf something with ntlm_auth. When I execute
ntlm_auth get:
[root]# ntlm_auth --username=javi2 --domain=aamm.sgi.es
password:
NT_STATUS_CANT_ACCESS_DOMAIN_INFO: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
(0xc00000da)
At this point I think that the most important thing is configuring Samba.
After this I?ve readed that the server should be joined to the domain but
when I try the command:
[root]#net...