Francesco Petrogalli via llvm-dev
2019-Sep-19 15:53 UTC
[llvm-dev] [svn] unexpected user/password request on commit
Hi all, I have one question related to the log below. My SVN username is `fpetrogalli`, why did the system asked for a password of my local LDAP name `frapet01`? I gave the same password I used for `fpetrogalli`, but the system didn’t complain. Anyone knows what’s going on here? Is this expected behavior? Kind regards, Francesco frapet01 at hw-a21-8:~/projects/upstream-llvm/llvm-project/llvm (test-commit)$ git llvm push Pushing 1 monorepo commit: 366000a [docs] Break long (>80) line. NFC Authentication realm: <https://llvm.org:443> LLVM Subversion repository Password for 'frapet01': ******** Authentication realm: <https://llvm.org:443> LLVM Subversion repository Username: fpetrogalli Password for 'fpetrogalli': ******** ----------------------------------------------------------------------- ATTENTION! Your password for authentication realm: <https://llvm.org:443> LLVM Subversion repository can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details. You can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords' option to either 'yes' or 'no' in '/home/frapet01/.subversion/servers'. ----------------------------------------------------------------------- Store password unencrypted (yes/no)? yes Sending llvm/trunk/docs/Frontend/PerformanceTips.rst Transmitting file data .done Committing transaction... Committed revision 372326. Committed 366000a to svn.
Anton Korobeynikov via llvm-dev
2019-Sep-19 19:39 UTC
[llvm-dev] [svn] unexpected user/password request on commit
Because this is the default username when no username is specified. You need to provide SVN your username, otherwise it has no idea which one to use. Obviously, the username is incorrect and this is why it was asking second try for both username and password. On Thu, Sep 19, 2019 at 6:53 PM Francesco Petrogalli via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi all, > I have one question related to the log below. My SVN username is `fpetrogalli`, why did the system asked for a password of my local LDAP name `frapet01`? I gave the same password I used for `fpetrogalli`, but the system didn’t complain. > > Anyone knows what’s going on here? Is this expected behavior? > > Kind regards, > > Francesco > > > frapet01 at hw-a21-8:~/projects/upstream-llvm/llvm-project/llvm (test-commit)$ git llvm push > Pushing 1 monorepo commit: > 366000a [docs] Break long (>80) line. NFC > Authentication realm: <https://llvm.org:443> LLVM Subversion repository > Password for 'frapet01': ******** > > Authentication realm: <https://llvm.org:443> LLVM Subversion repository > Username: fpetrogalli > Password for 'fpetrogalli': ******** > > > ----------------------------------------------------------------------- > ATTENTION! Your password for authentication realm: > > <https://llvm.org:443> LLVM Subversion repository > > can only be stored to disk unencrypted! You are advised to configure > your system so that Subversion can store passwords encrypted, if > possible. See the documentation for details. > > You can avoid future appearances of this warning by setting the value > of the 'store-plaintext-passwords' option to either 'yes' or 'no' in > '/home/frapet01/.subversion/servers'. > ----------------------------------------------------------------------- > Store password unencrypted (yes/no)? yes > Sending llvm/trunk/docs/Frontend/PerformanceTips.rst > Transmitting file data .done > Committing transaction... > Committed revision 372326. > Committed 366000a to svn. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University