NTLogon 0.11.0 review

Download
by rbytes.net on

NTLogon is a logon script generator for samba. It works using the local username on *nix to get the real name and all the groups t

License: GPL (GNU General Public License)
File size: 18K
Developer: Gabriel Orozco
0 stars award from rbytes.net

NTLogon is a logon script generator for samba.

It works using the local username on *nix to get the real name and all the groups the user belong to.

Then it uses /etc/ntlogon.conf to create a login script for windows clients adding all the network shares the user can use and are specifie

Programming language is Python. You do not need to do more than add these lines to your [netlogon] section at the smb.conf file:

[netlogon]
path = /usr/local/samba/netlogon
writeable = no
guest ok = no
root preexec = /usr/local/samba/bin/ntlogon.py --os=%m --localuser=%u
root postexec = rm /usr/local/samba/netlogon/%U.bat

What's New in This Release:
This release has changed from id/groups/finger to id/getent, so it works safely with LDAP or NIS (these commands are LDAP/NIS-aware).
Groups can now contain spaces, and usernames can contain underscores.

NTLogon 0.11.0 search tags