0

How can I set dynamic authentication source parameters? For example, how can I set parameters like hostname and dnpattern dynamically?

honk
  • 9,137
  • 11
  • 75
  • 83
Ajith
  • 258
  • 1
  • 7

1 Answers1

2

Yes it can. authsources.php is a php file so you can write a program, call external methods, etc from the file in addition to returning the expected configuration array. We've varied the authsource configuration based on hostname.

Patrick
  • 3,901
  • 1
  • 25
  • 30