Skip to content
forked from omgbebebe/hadfs

FUSE/WinFS interface to Active Directory via LDAP protocol

License

Notifications You must be signed in to change notification settings

altlinuxteam/hadfs

 
 

Repository files navigation

hadfs

prepare, build and run

git clone https://github.com/omgbebebe/hadfs.git
cd hadfs
git submodule update --init --recursive
cabal new-build
mkdir ./mnt
cabal new-run hadfs-exe -- ./mnt dc0.domain.alt # or just `dc0` without domain

or you can use stack

stack build
stack run ./mnt dc0

Debugging

In case of wierd behavior you can build all with profiling option and then use RTS debug options

cabal new-configure --enable-profiling
cabal new-build
dist-newstyle/build/x86_64-linux/ghc-8.6.3/hadfs-0.1.0.0/x/hadfs-exe/build/hadfs-exe/hadfs-exe ./mnt dc0 +RTS -xc

About

FUSE/WinFS interface to Active Directory via LDAP protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 96.9%
  • Nix 3.1%