Jump to content

dasolyn

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by dasolyn

  1. I have a same problem. I can't login PlasticSCM cloud with Unity ID on Linux CLI.

    $ cm configure
    ####--- Client configuration wizard ---####
    Configuring language. These are the available languages:
    1. English
    2. Spanish
    Choose a language (type a number): 1
    
    ------------
    
    Configure the Plastic SCM server address/port:
    Plastic SCM server address [localhost]: xxxxxx@cloud
    
    There was an error while checking the Plastic SCM server security mode.
    Maybe the server is offline, or the address specified is wrong.
    Do you want to re-enter the Plastic SCM server address? [Y/n]: n
    
    ------------
    
    Select the users authentication mode. These are the available modes:
    1. NameWorkingMode (Name)
    2. NameIDWorkingMode (Name + ID)
    3. LDAPWorkingMode (LDAP)
    4. ADWorkingMode (Active Directory)
    5. UPWorkingMode (User and password)
    Choose a mode (type a number): 3
    
    ------------
    
    Configuring LDAP connection...
    LDAP user: xxx@xxx
    LDAP password: ******
    
    ------------
    
    Configure a proxy server? [y/N]: n
    
    ------------
    
    The Plastic SCM client has been correctly configured.
    $
    $ cm crypt xxxxxx
    ENCRYPTED: xxxxxx
    $
    $ cm repository
    Select the system you want to use to sign in to the organization: xxxxxxx@cloud
    0 - unityid
    1 - email
    Select your system [0-1] 0
    Open the following URL in your browser:
    https://www.plasticscm.com/api/oauth/unityid/authorize/session/xxxxxx
    Invalid credentials, username or password are not valid.
    $
    $ cm workspace create aaa bbb --repository=xxxxx@xxxxxx@cloud
    Invalid credentials, username or password are not valid.

    (some personal informations removed)

    I want to download remote PlasticSCM cloud repository on my linux machine. I don't have GUI environment so I could use CLI only. :( I already tried like the above but it doesn't work. In my case, LDAPWorkingMode doesn't work. I could login with Windows GUI, and client.conf file in Windows says WorkingMode is SSOWorkingMode. SSOWorkingMode doesn't exist in CLI.

×
×
  • Create New...