b22c044 Add explicit requests for several operational attrs

1 file Authored by Alexander Gordeev 13 years ago, Committed by sgallagh 13 years ago,
    Add explicit requests for several operational attrs
    
    Operational attributes are not returned in searched requests unless
    explicitly requested according to RFC 4512 section 5.1. Therefore to
    get several standard attributes of root DSE we have to request for
    them. The requested attrs are:
     - altServer
     - namingContexts
     - supportedControl
     - supportedExtension
     - supportedFeatures
     - supportedLDAPVersion
     - supportedSASLMechanisms
    
    Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>