You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/secret-operator/pages/secretclass.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ on the base container:
296
296
[#ad-samaccountname]
297
297
===== Custom `samAccountName` generation
298
298
299
-
IMPORTANT: `samAccountName` customization is an experimental preview feature, and may be changed or removed at any time.
299
+
NOTE: `samAccountName` customization was marked as non-experimental in SDP 25.11.0.
300
300
301
301
By default, the `samAccountName` for created Active Directory accounts will be generated by Active Directory.
302
302
@@ -313,13 +313,13 @@ spec:
313
313
kerberosKeytab:
314
314
admin:
315
315
activeDirectory:
316
-
experimentalGenerateSamAccountName:
316
+
generateSamAccountName:
317
317
prefix: myprefix-
318
318
totalLength: 13
319
319
----
320
320
321
-
`kerberosKeytab.admin.activeDirectory.experimentalGenerateSamAccountName.prefix`:: A prefix that will be prepended to all generated `samAccountName` values.
322
-
`kerberosKeytab.admin.activeDirectory.experimentalGenerateSamAccountName.totalLength`:: The desired length of `samAccountName` values, _including_ `prefix`. Must not be larger than 20.
321
+
`kerberosKeytab.admin.activeDirectory.generateSamAccountName.prefix`:: A prefix that will be prepended to all generated `samAccountName` values.
322
+
`kerberosKeytab.admin.activeDirectory.generateSamAccountName.totalLength`:: The desired length of `samAccountName` values, _including_ `prefix`. Must not be larger than 20.
323
323
324
324
NOTE: These options only affect _newly created_ accounts. Existing accounts will keep their respective old `samAccountName`.
0 commit comments