ADDGROUP and ADDUSER command limitations with non-native authentication
SRXConfig allows you to make changes to your server settings via the command line. However, settings related to Users and Groups will only go into effect for servers using native authentication.
Using the srxcfg ADDUSER command shows success on the command line, but does not add the user to Titan/Cornerstone.
Using the srxcfg ADDGROUP command can result in two different errors.
- If the group exists in the domain, the error is:
- Status: Error: 5006, A group by this name already exists.
- If the group doesn't exist, the error is:
- Status: Error: 1117, Unable to locate the requested information in
the User Database. Sub-Error: 2220, The group name could not be found.
Srxcfg.exe works to add/change/delete users/groups for native
authentication only. Srxcfg will, however, work for
updating/adding/changing server parameters (like server description, IP
address, SFTP protocol version, etc.) for non-native server instances.
Related Articles
How To: Use Hybrid Authentication In Titan Nextgen
Related To Titan Nextgen Enterprise Plus Builds 2.x and above. Question How can I use hybrid authentication in Titan Nextgen? Reasoning I would like to be able to manage native user accounts and windows user accounts under one server instance to ...
How To: Create a Server With Windows Authentication In Titan
Question How do I create a server within Titan that utilizes Windows authentication? Reasoning I already have a database of users stored on a local windows server or an Active Directory server and would like to import these users into Titan and use ...
How To: Setup Key Authentication for SFTP in Titan
Question How do I setup key authentication for SFTP in Titan. Reasoning I have a requirement from end users that need to add an extra layer of security by connecting to Titan via SFTP with key authentication. Answer You have the option in Titan to ...
Literal pasv command not working
Problem: My server is behind a firewall. When I try the "literal pasv" command, the connection times out. What could I be doing wrong? Solution: The 'literal' command in the command line FTP utility is used to blindly pass the command to the server; ...
Configuring LDAP for User Authentication
Lightweight Directory Access Protocol (LDAP) is generally used on non-Microsoft equipment (though it can work in conjunction with Active Directory) as a directory for sharing information. LDAP includes its own object classification system, which ...