Hello,
  I have installed mod_auth_samba successfully in Linux (RS/6000). I installed the CVS thread and the stable version..., however, both of them look to have the same behavior. After I log in, my password is asked a lot of times (while I surf my website)..., is it normal?. When I try to use the the directive: AuthSambaCacheTimeout I receive a message that says: "Invalid command 'AuthSambaCacheTimeout', perhaps mis-spelled.....".
   My conf file looks like this (I use access.conf not .htaccess):

<Directory "/home/httpd/html">
        AuthSambaEnabled On
        AuthType Basic
        AuthName "DOMAINS1"
        AuthSambaDomain Domain1:server1 Domain2:server2
        require valid-user
        AuthSambaCacheTimeout 80000
</Directory>

I compile apache using the following parameters:
./configure --enable-module=most --enable-shared=max --add-module=src/modules/extra/modules/mod_auth_samba.c

gcc version 2.95.2

GNU Make version 3.79.
pam_smb-1.1.6-3
pam-0.72-11

I do have a file called (and with the following permissions) in tmp:  -rw-r--r--    1 nobody   nobody      12288 Jun 30 18:41 /tmp/.mod_auth_samba.db
but I am not sure if it is the cache...., if so, why am I being asked for my password so many times?.

Thanks

Alejandro,-