ee762f9 Split modules types in Identity and Authenticator

Authored and Committed by simo 15 years ago
    Split modules types in Identity and Authenticator
    
    The same module may implement both types, but initializatrion will be
    nonetheless performed separately, once for the identity module and once for the
    authenticator module.
    
    Also change the proxy module to retireve the pam target name from the domain
    configuration so that it is possibile to create per-domain pam stacks.
    
    With this modification it is actually possibile to use normal nss and pam
    modules to perform a successful authentication (tested only with sudo so far)
    
    Update exmples.
    
        
file modified
+29 -21
file modified
+22 -22
file modified
+5 -5
file modified
+60 -13