<div dir="ltr">I tried adding following in sites-enabled/default authorize section to reject the users if notfound in ldap. What is the exact name I should put in the if statement ? <br><div><br> ldap<br></div><div>        #User Bill get punished here<br>
</div><div>         if ( reply = notfound){<br>                        update reply {<br>                        Reply-Message = "User doesnot seem to be in  the directory please talk to Bill gates"<br>                        }<br>
                reject<br>        }<br><br></div><div>K<br></div></div>