You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/13 03:29:43 UTC

[GitHub] [airflow] Abhishekchechani edited a comment on issue #8179: Airflow LDAP authentication with RBAC features

Abhishekchechani edited a comment on issue #8179: Airflow LDAP authentication with RBAC features
URL: https://github.com/apache/airflow/issues/8179#issuecomment-612733118
 
 
   HI @xpyct600 ,
   
   There is some indentation problem is there , because in ldap-sync.py code you have define user_list under else block and it use outside the block due to reason its showing error user_list not define.
   
   60         user_list = [sam_account_name.get(appbuilder.sm.auth_ld
   61
   62    # Adding new users:
   63   for username in user_list:
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services