1

(1 replies, posted in Usage)

Is it possible to have an expire account using Graphical Tool, after few month and the next login it ask to renew the password?

Thanks guys,

Bonjour,
la version est Linux 2.6.17.7 i686 GNU/Linux je pense Debian 3.x
J'ai essaye le meme tool, meme configuration sur Ubuntu 7.10 et sa marche tres bien.
Est-ce creation et supression marche pas sur certain Linux?
Le mode de fonctionnement si j'ai bien compris c'est wizard.
Merci de votre aide.

Hello,
J'ai installe la "Graphical Tools" v0.95 and 1.7. les deux versions me donne la meme errereur "Error while try creating the user" en creant l'utilisateur. Suprimer un utilisateur rien ne ce passe.
Please, pouvez vous m'aider.

Merci et je vous felicite de ce programme tres utile et bien fait.

Works fine thanks

Hi,
Here the senario:
Each folder has 3 users
I tried in two ways one the default sftp_conf and the other using users in vain.
After few days changing the HOME path did work at all!?
I get always the same path when I create a user /home/$user while my path is /home/test/$user

Using the default sftp_conf and change manually in to the /etc/group adding users on the group and on the /etc/passwd users have the same UID

here the file /etc/passwd

test01:x:1008:1011::/mnt/work/home/test/:/bin/MySecureShell
test02:x:1008:1011::/mnt/work/home/test/:/bin/MySecureShell

Here the file /etc/group

test:x:1008:test01,test02
test01:x:1011:
test02:x:1011:

I tried also with different UID and same result.

here the sftp_conf

## MySecureShell Configuration File ##
#Default rules for everybody
<Default>
        <User test01>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/test
        </User>

        <User test02>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/test
        </User>

       <User test03>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/test
        </User>

        <User test04>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/sftp
        </User>
       
       <User test05>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/sftp
        </User>

      <User test06>
        Download                100k
        Upload                  0
        StayAtHome              true    #limit client to his home
        VirtualChroot           true    #fake a chroot to the home account
        LimitConnection         10      #max connection for the server sftp
        LimitConnectionByUser   5       #max connection for the account
        LimitConnectionByIP     5       #max connection by ip for the account
        Home                    /mnt/work/home/sftp
        </User>
</Default>

__________________________________________

In additional I tried also adding a group like this at the end:

<Group test>
        Download                1m
        Upload                  0
        StayAtHome              true
        VirtualChroot           true
        LimitConnection         5
        LimitConnectionByIP     1
</Group>
<Group sftp>
        Download                0
        Upload                  0
        StayAtHome              true
        VirtualChroot           true
        LimitConnection         5
        LimitConnectionByIP     1
</Group>

Thanks for your help

Usually using Linux changing the same UID works fine. I tried with MySecureShell and it dosn't work. Please any comments how to. Thanks

Normalement en Linux cree 2 utilisateurs pour un meme dossier on met le meme UID. Avec MySecureShell il ne marche pas?!
Please help.