Here is it.
Should "MS-CHAP-Use-NTLM-Auth" be Yes or No (in both sections) ?



server packetfence-tunnel {

authorize {
        suffix
        ntdomain
        eap {
                ok = return
        }
        files
   sql
            update control {
             MS-CHAP-Use-NTLM-Auth := No
            }
            pflocal
            if (fail || notfound) {
                pfguest
                if (fail || notfound) {
                    pfsponsor
                    if (fail || notfound) {
                        pfsms
                        if (fail || notfound) {
                            update control {
                               MS-CHAP-Use-NTLM-Auth := Yes
                            }
                        }
                    }
                }
            }
        expiration
        logintime
------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to