-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sap_hana/sap_swpm: Linux Special Characters #794
Comments
Is there a list of forbidden characters? SAP note 2667891 mentions Referenced SAP note 2250144 only refers to SAP note 3158257, which does not refer to valid passwords or special characters. Referenced SAP note 3158257 does not refer to valid passwords or special characters either. A first solution could be that we define a list or dict of forbidden special characters to be used for passwords and in the first step just use the character |
I do not believe there is a specific list published by SAP, which is unfortunate. The below are the notes from the Ansible Playbooks for SAP project FAQ page. SAP HANA password restrictions?
Reference:
SAP AnyDB password restrictions?SAP Sybase ASENo special recommendations SAP MaxDBRestricted to certain Special Characters IBM Db2Avoid use of Special Character Oracle DBAvoid use of Special Character SAP System / SAP NetWeaver password restrictions?
Reference: For SAP NetWeaver Application Server (ABAP) see document Password Rules - User and Role Administration - SAP NetWeaver Application Server for ABAP 7.52. For further information, please see User Guides for System Provisioning with Software Provisioning Manager which contains a list of different guides under two sections:
On each of these pages (for SWPM 1.0/2.0) there are documents (HTML/PDF) in a table with choice for For example, SAP System Parameters - Installation of SAP ABAP Systems on UNIX : SAP HANA 2.0 - SWPM 2.0. Please note, these guides are different than those listed on Guide Finder for SAP NetWeaver and ABAP Platform. |
We should probably also provide a warning in the
sap_hana_install
andsap_swpm
Ansible Roles, regarding Linux Special Characters (aka. Metacharacters).It is most noticeable when hdbuserstore executes successfully, but the subsequent login does not work. This is because the password has been incorrectly parsed by the Shell.
For more information, see SAP Note 2667891 - R3trans gives authentication error after system copy and restart which recommends escaping characters during data entry (i.e. hdbuserstore) or subsequently escaping characters for all logins.
A warning message during Ansible Role execution to state the password may cause issues, will be sufficient.
The text was updated successfully, but these errors were encountered: