f8f69e9 Do a lazy retrieval of the LDAP schema rather than at module load.

2 files Authored by rcritten 12 years ago, Committed by mkosek 12 years ago,
    Do a lazy retrieval of the LDAP schema rather than at module load.
    
    Attempt to retrieve the schema the first time it is needed rather than
    when Apache is started. A global copy is cached for future requests
    for performance reasons.
    
    The schema will be retrieved once per Apache child process.
    
    ticket 583
    
        
file modified
+2 -0
file modified
+25 -18