-------------- ----------- -------
client use kerberos New desired
client protection New default
+ winbind use krb5 enterprise principals Changed Yes
KNOWN ISSUES
</para>
</description>
-<value type="default">no</value>
-<value type="example">yes</value>
+<value type="default">yes</value>
+<value type="example">no</value>
</samba:parameter>
"acl flag inherited canonicalization",
"yes");
+ lpcfg_do_global_parameter(lp_ctx,
+ "winbind use krb5 enterprise principals",
+ "yes");
+
for (i = 0; parm_table[i].label; i++) {
if (!(lp_ctx->flags[i] & FLAG_CMDLINE)) {
lp_ctx->flags[i] |= FLAG_DEFAULT;
auth event notification = true
password server = $dcvars->{SERVER}
winbind scan trusted domains = no
- winbind use krb5 enterprise principals = yes
winbind offline logon = $option_offline_logon
allow dcerpc auth level connect:lsarpc = yes
Globals.client_protection = CRED_CLIENT_PROTECTION_DEFAULT;
+ Globals.winbind_use_krb5_enterprise_principals = true;
+
/* Now put back the settings that were set with lp_set_cmdline() */
apply_lp_set_cmdline();
}