s3-samr-server: be consistent when reporting we do password complexity.
authorGünther Deschner <gd@samba.org>
Mon, 20 Oct 2008 18:16:03 +0000 (20:16 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 20 Oct 2008 18:16:03 +0000 (20:16 +0200)
Guenther

source3/rpc_server/srv_samr_nt.c

index 6cf90be6d9bad07b86bd2be7a94684592df09f91..e527631cc116bf31002e69fe3b451973c25177b2 100644 (file)
@@ -2909,6 +2909,10 @@ static NTSTATUS samr_QueryDomainInfo_internal(const char *fn_name,
                        unix_to_nt_time_abs(&nt_expire, u_expire);
                        unix_to_nt_time_abs(&nt_min_age, u_min_age);
 
+                       if (lp_check_password_script() && *lp_check_password_script()) {
+                               password_properties |= DOMAIN_PASSWORD_COMPLEX;
+                       }
+
                        init_samr_DomInfo1(&dom_info->info1,
                                           (uint16)min_pass_len,
                                           (uint16)pass_hist,