Page 1 of 1

User access from ldap

Posted: Tue Mar 20, 2018 8:40 am
by ozzy82
Hello,

I have got wing ftp server. I want to use ldap authentication method but each users must access specific directory that have been set before.

for example,

user1 and user3 access /configfiles/
or
user2 and user5 access /docfiles/
or
group1 access /ftpfiles/

How can i do that settings ?

Oz

Re: User access from ldap

Posted: Thu Mar 22, 2018 4:53 am
by FTP
OK, maybe you can map the LDAP account to a local user. First create a local user at "Domain -> Users -> Add User", then click the button "Add LDAP Users Mapping" under the LDAP settings, input a new line in the format of "LDAPUser:LocalUser"(LDAP username and Local username is separated by colon).

If those users belong to different LDAP groups, you can also use the feature "Map LDAP group to local user", then all the LDAP users belong to specified LDAP group can have mapped user's permissions.