2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add double quotes around #schemaNamingContext in example.

GitHub issue #376
This commit is contained in:
Todd C. Miller 2024-05-17 19:36:57 -06:00
parent ba29f54d97
commit ee56176b15

View File

@ -4,7 +4,7 @@
# To extend your Active Directory schema, run one of the following command # To extend your Active Directory schema, run one of the following command
# on your Windows DC (default port - Active Directory): # on your Windows DC (default port - Active Directory):
# #
# ldifde -i -f schema.ActiveDirectory -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContext # ldifde -i -f schema.ActiveDirectory -c "CN=Schema,CN=Configuration,DC=X" "#schemaNamingContext"
# #
# or on your Windows DC if using another port (with Active Directory LightWeight Directory Services / ADAM-Active Directory Application Mode) # or on your Windows DC if using another port (with Active Directory LightWeight Directory Services / ADAM-Active Directory Application Mode)
# Port 50000 by example (or any other port specified when defining the ADLDS/ADAM instance # Port 50000 by example (or any other port specified when defining the ADLDS/ADAM instance