Hello, With Samba 4 Active Directory, how can I determine from the command-line (wbinfo, samba-tool, etc.) whether or not a user is disabled? Thanks, Kris
"Kristofer" wrote in message news:1904391917.22173.1363356606822.JavaMail.root at cybernetik.net... Hello, With Samba 4 Active Directory, how can I determine from the command-line (wbinfo, samba-tool, etc.) whether or not a user is disabled? Thanks, Kris -------------------------------------------------------------------------------- You'd probably need to write a script to check the "userAccountControl" property via an ldap query. TMason