summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/db_group.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 12:59:53 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 12:59:53 -0600
commit1f87babb40b64892bf090e9ed1bcc71468c51015 (patch)
tree39091dbd664626c1a1c08e2c9cf56bef1feb6da8 /src/nshd/hackers_git/db_group.go
parent1eb1677cf916c13e07f61efc464edca1c571684d (diff)
Implement all of hackers.git, except the group DB
Diffstat (limited to 'src/nshd/hackers_git/db_group.go')
-rw-r--r--src/nshd/hackers_git/db_group.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/db_group.go b/src/nshd/hackers_git/db_group.go
index 5277094..b72dcfe 100644
--- a/src/nshd/hackers_git/db_group.go
+++ b/src/nshd/hackers_git/db_group.go
@@ -1,5 +1,5 @@
package hackers_git
-
+/*
import p "nslcd_proto"
func (o *Hackers) Group_ByName(cred p.Ucred, req p.Request_Group_ByName) p.Group_Enumerator {
@@ -26,3 +26,4 @@ func (o *Hackers) Group_All(cred p.Ucred, req p.Request_Group_All) p.Group_Enume
// TODO
return nil
}
+*/