22 Aug
2012
22 Aug
'12
6:28 a.m.
Krzysztof Grobelak wrote:
Users will be authenticated if their profile is present in the users file but when i place the profile in external file users.group1 and then add $INCLUDE users.group1 to the main users file the authentication fails as it never finds a match in users file.
What do you mean "it doesn't work" ? See the FAQ for "it doesn't work". What do you expect to see happening? What actually happens? The $INCLUDE is just a short-cut for "cat": # -- users file $INCLUDE users1 $INCLUDE users2 #-- Results in *exactly* the same behavior as: $ cat users1 users2 > users Alan DeKok.