Book a Demo

Author Topic: Floating key manager - SSKSGROUP - How do you connect?!  (Read 4215 times)

edbond

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Floating key manager - SSKSGROUP - How do you connect?!
« on: June 11, 2016, 03:04:04 am »
Hi,

Trying to setup the key manager using SSKSGROUP (we have third parties using our licenses so what to give more licenses ergo priority to our users).

I can connect to key manager when I have it set as AUTHMETHOD=AM_GLOBALPASSWORD but when I comment that out and use SSKS group the key manager tells me Invalid user name. Help says append to connection string, but doesn't tell you how. I've tried the classic FTP admin@localhost to no avail :(

My SSKSgroupconfig is:

Code: [Select]
GROUP
    Name=Sparx Webstore Admin
    UserName=admin
    Password=password
    IsManager=true
END GROUP

#Third parties

GROUP
Name=ThirdParty
UserName=3rdparty
Password=3rdparty
ENTITLEMENT
Product=Corporate
Academic=false
Limit=5
END ENTITLEMENT
END GROUP

#NHSBT

GROUP
Name=NHSBT
UserName=nhsbt
Password=nhsbt
ENTITLEMENT
Product=Corporate
Academic=false
Limit=10
END ENTITLEMENT
END GROUP

Thanks for any help! Wanted to get the keyserver done this weekend  :o

Ed