Skip to content

Instantly share code, notes, and snippets.

@Habbie
Created April 26, 2013 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Habbie/5466776 to your computer and use it in GitHub Desktop.
Save Habbie/5466776 to your computer and use it in GitHub Desktop.
137c137,140
< dn = m_result["dn"][0];
---
> if( !mustDo( "basedn-axfr-override" ) )
> {
> dn = m_result["dn"][0];
> }
533a537
> declare( suffix, "basedn-axfr-override", "Override base dn for AXFR subtree search", "no" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment