The Dockerfile and some helper files make CIC tools working everywhere.
- Run CIC tools on Linux distributions not only CentOS 6
- Synology NAS and LDAP support
- Install Docker
- Settings
- Modify NFS server information in main.cpp
dflags += " --add-host=synology_nas:192.168.1.10";
- If you have LDAP server, add information in auto.syno and Dockerfile
- Compile uname26.c
$ gcc -o uname26 uname26.c
- Build Docker image
$ docker build -t cic .
- Compile launcher program (root permission is required)
$ g++ -o cic main.cpp $ chown root:root cic $ chmod u+s cic
- Run
$ ./cic <user>
Copyright (c) 2017 Gary Huang