Giter Club home page Giter Club logo

docker-svn-ldap's Introduction

svnldap

docker run -d --name my_svnldap \
  --network test-tier \
  -p 52121:443 \
  -v /root/my/svn_data:/var/svn \
  -e AUTH_NAME='"Example.Inc Subversion Repository"' \
  -e AUTH_LDAP_URL='"ldap://host/ou=Users,dc=Example?uid"' \
  -e AUTH_LDAP_BIND_DN='"cn=Manager,dc=Example"' \
  -e AUTH_LDAP_BIND_PW='"secret"' \
  capvor/docker-svn-ldap

https://ip:52121/svn/

authz文件是SVN授权文件的模板,如果之前在/var/svn下没有authz文件,需要将其拷贝过去。

创建SVN仓库

# 进入容器
docker exec -it container /bin/bash
# 切换用户身份为 www-data
su - www-data -s /bin/bash

# 切换到/var/svn目录下,并创建svn仓库
cd /var/svn
svnadmin create repos1

# 编辑 /var/svn/authz 文件,配置仓库授权
vi /var/svn/authz

docker-svn-ldap's People

Contributors

capvor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.