Tacacs+ v9 Configure script changes: Some options from configure script changed. Now tacacs+ have new options to compile databases more flexible. Added options: --with-mysql-include-dir : If the mysql include directory is other than /usr/include/mysql use this option. --with-mysql-lib-dir : If the mysql lib directory is other than /usr/lib/mysql use this option. --with-pgsql-include-dir : If the pgsql include directory is other than /usr/include/pgsql use this option. --with-pgsql-lib-dir : If the pgsql lib directory is other than /usr/lib/pgsql use this option. --enable-finger : If you are trust tacacs+ who log file and don't want finger check use this option. Removed options: --with-mysql-prefix --with-pgsql-prefix Tacacs+ config changes Host section Host section have two new options.These are enable and prompt. The usage format at below: host = xxx.xxx.xxx.xxx { key = hostkey enable = passwd prompt = "This is XXX ISP Access Point\n\nUsername:" } Note that enable passwd type could be in two form. These are des or cleartext. des enable_pass must be in encrypted form otherwise cleartext enable_pass must be in clear from. Examples: enable = des 0sX91cslTjkA or enable = cleartext biteme prompt: This feature add for ISPs who is want to give some info for users before log in. I haven't tested. But it might be work.(Please inform me if its work) devrim 29/11/2001