-
Notifications
You must be signed in to change notification settings - Fork 19
Disable AD based auth #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -832,13 +832,15 @@ int main(int argc, char *argv[]) | |||||
| goto err_out4; | ||||||
| } | ||||||
|
|
||||||
| if (aznfsc_cfg.auth) { | ||||||
| // Disable AAD based auth for now. We will enable this when we support auth with TLS. | ||||||
| /* if (aznfsc_cfg.auth) { | ||||||
|
||||||
| /* if (aznfsc_cfg.auth) { | |
| /* if (aznfsc_cfg.auth) { |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a tab character at the end of this line. This should be removed to maintain consistent whitespace formatting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pragyagandhi Canou make change to bool aznfsc_cfg::set_defaults_and_sanitize()
and set xprtsec always to none. Then you don't need this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment refers to "AAD based auth" but should say "AD based auth" to match the PR title, or clarify if this is Azure Active Directory (AAD) or Active Directory (AD). The inconsistency between the comment and PR title could cause confusion.