From ee56176b159b01f0553c4f7d75142ea0d7672afb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 17 May 2024 19:36:57 -0600 Subject: [PATCH] Add double quotes around #schemaNamingContext in example. GitHub issue #376 --- docs/schema.ActiveDirectory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema.ActiveDirectory b/docs/schema.ActiveDirectory index f488eefec..0bc4b94d8 100644 --- a/docs/schema.ActiveDirectory +++ b/docs/schema.ActiveDirectory @@ -4,7 +4,7 @@ # To extend your Active Directory schema, run one of the following command # 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) # Port 50000 by example (or any other port specified when defining the ADLDS/ADAM instance