diff --git a/conf/default.conf.php b/conf/default.conf.php index 6415214583..946d62f91e 100644 --- a/conf/default.conf.php +++ b/conf/default.conf.php @@ -652,10 +652,10 @@ return array( // A domain name to use when authenticating against Active Directory // (e.g. 'example.com') 'ldap.activedirectory_domain' => '', - + // The LDAP version 'ldap.version' => 3, - + // LDAP Referrals Option // Whether referrals should be followed by the client // Should be set to 0 if you use Windows 2003 AD diff --git a/src/docs/configuration/managing_daemons.diviner b/src/docs/configuration/managing_daemons.diviner index 994f573914..ca3164b1a4 100644 --- a/src/docs/configuration/managing_daemons.diviner +++ b/src/docs/configuration/managing_daemons.diviner @@ -107,7 +107,7 @@ This daemon will daemonize and run normally. just those started with `phd start`. If you're writing a restart script, have it launch any custom daemons explicitly after `phd restart`. - You can write your own daemons and manage them with `phd` by extending - @{class:PhabricatorDaemon}. See @{article: libphutil Libraries User Guide}. + @{class:PhabricatorDaemon}. See @{article:libphutil Libraries User Guide}. - See @{article:Diffusion User Guide} for details about tuning the repository daemon. @@ -135,4 +135,4 @@ Continue by: - learning about the repository daemon with @{article:Diffusion User Guide}; or - - writing your own daemons with @{article: libphutil Libraries User Guide}. + - writing your own daemons with @{article:libphutil Libraries User Guide}.