Hi Claudio,

On Server:
PServer and Plugin

Vi  /etc/cvsnt/Plugins
        #EnumProtocol=1                 # Remote enumeration (info -r)
        #GserverProtocol=1              # GSSAPI
        PserverProtocol=1               # Original pserver
        SserverProtocol=1               # SSL encrypted pserver
        #SspiProtocol=1         # SSPI (via Winbind, if configured)
        #SyncProtocol=1                 # Server sync
        #AuditTrigger=0                 # Audit events to database
        #EmailTrigger=0                 # Send emails
        #CheckoutTrigger=0              # Enable CVSROOT/shadow

        -  Vi /etc/cvsnt/PServer and change:
        #
        AuditLogSessions=1      # All server connections/commands
        #AuditLogCommits=0      # Log changes due to commits
        #AuditLogDiffs=0        # Store diffs in commit log
        #AuditLogTags=0         # Log tagging operations
        AuditLogHistory=1       # Log cvs history
        #
        You will create a key PEM
        CertificateFile=/etc/cvsnt/cert.pem
        PrivateKeyFile=/etc/cvsnt/key.pem
        And change :
        #CertificatesOnly=0
                Repository0=/home/database
                Repository0Name=/database >> Repository0Name=/database
On Client :
You install cvsnt and cvsnt-protocol-sserver on CVS Client.

Claudio Guzman wrote:
please PServer settings and Plugin, I can not make the client connects
to the server remotely by :sserver:

Thanks.
_______________________________________________
cvsnt mailing list
cvsnt@cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/

Reply via email to