This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to create user to login the DMCM client

we can use DMCM with the account DMSYS ,when I want to create a new user, I find something confused

I enter the administration console -> user -> New, the dialog appears, and I fill it with some necessary info without password.

so I wonder where I can set a new user's password, without which my colleagues can't login the client.

can someone help me ? thanks a lot!

  • 0

    Hello,

    The matter is that Dimensions CM is not performing the authentication itself. It "delegates" that to one of authentication methods (say, local OS authentication, LDAP, PAM). So, you'd need the corresponding userID to be also present in that external authentication system, where also credentials are validated.

    More information can be found in the Administration Guide PDF, the chapter "Configuring Centralized Network Authentication".

    --
    Alex Shevchenko
    Sr Development Manager
    Although I work for OpenText, I am speaking for myself and not for OpenText.
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.

  • 0 in reply to 

    Hello Alex,

    Thank you for your reply ,but there is still something wrong  when i try to check the network authentication in the dm.cfg file, i found the file as below:

    I don't know how it works with the config in the red frame above.

    when i want to  upload the whole file ,it doesn't work ,maybe it's too large.

    I'm looking forward to your reply ,thanks a lot!

  • Suggested Answer

    0 in reply to 

    Hello,

    Since the variable "DM_AUTH_TYPE_DBS" is commented out, the Native Authentication type should be used.

    If that is Linux server - the authentication is likely performed via the operating system users.

    If that is Windows server - through one of domains (user's, primary domain of server or defined through DM_LOGON_DOMAIN dm.cfg variable).

    Detailed info on the Native Authentication can be found in the Architecture and Optimization Guide (page 14).

    So, you need to create a corresponding user either in the operating system of server running Dimensions CM or (what is more often used) in the domain the server is belonging to.

    --
    Alex Shevchenko
    Sr Development Manager
    Although I work for OpenText, I am speaking for myself and not for OpenText.
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.

  • 0 in reply to 

    Hello Alex,

    Thank you for your help, you're right ,that's the key point , the issue has been solved and we can now work with it well ,thanks again!