Skip to content

Instantly share code, notes, and snippets.

@lcnittl
Last active November 5, 2020 00:18
Show Gist options
  • Save lcnittl/60045a167285b50d72f0037f8a37cc2e to your computer and use it in GitHub Desktop.
Save lcnittl/60045a167285b50d72f0037f8a37cc2e to your computer and use it in GitHub Desktop.
Gitea log for 'Synchronize external user data' with LDAP
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [2] - 812.6µs
2020/11/03 21:23:34 ...s/context/context.go:330:func1() [D] Session ID: d65cdde41f58c6d9
2020/11/03 21:23:34 ...s/context/context.go:331:func1() [D] CSRF Token: Sz8JGQhV_ILAOtJY2UHnlSy6T_o6MTYwNDQzMjg5NjI0NDE3MzA0OQ
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `user` WHERE (type=0) [] - 563.305µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `user` WHERE (type=1) [] - 393.361µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `public_key` [] - 187.973µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `repository` WHERE (id > 0) [] - 127.769µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `watch` [] - 108.372µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `star` [] - 107.032µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `action` [] - 110.542µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `access` [] - 119.02µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `issue` [] - 135.615µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `comment` [] - 132.477µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `follow` [] - 136.043µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `mirror` [] - 108.544µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `release` [] - 111.622µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `login_source` [] - 98.175µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `webhook` [] - 111.472µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `milestone` [] - 113.989µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `label` [] - 99.024µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `hook_task` [] - 101.284µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `team` [] - 113.134µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `attachment` [] - 113.637µs
2020/11/03 21:23:34 ...odules/cron/tasks.go:111:GetTask() [I] Getting sync_external_users in &{{0 0} sync_external_users 0xc005d9a3c0 0x192be80 0}
2020/11/03 21:23:34 models/user.go:1829:SyncExternalUsers() [T] Doing: SyncExternalUsers
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` [] - 133.251µs
2020/11/03 21:23:34 ...dels/login_source.go:182:Cell2Int64() [T] Cell2Int64 ([]uint8): [53]
2020/11/03 21:23:34 ...dels/login_source.go:182:Cell2Int64() [T] Cell2Int64 ([]uint8): [50]
2020/11/03 21:23:34 models/user.go:1849:SyncExternalUsers() [T] Doing: SyncExternalUsers[ldap.our.domain.com]
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE (login_type = ?) AND (login_source = ?) [2 2] - 1.424789ms
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:121:dial() [T] Dialing LDAP with security protocol (0) without verifying: false
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:362:SearchEntries() [T] Proceeding with anonymous LDAP search.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:374:SearchEntries() [T] Fetching attributes '', 'givenName', 'sn', 'mail', '' with filter (&(objectClass=posixAccount)(UID=*)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base OU=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user46,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user46,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user45,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user45,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user00,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user01,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user02,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user02,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user15,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user15,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user04,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user04,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user07,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user07,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user11,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user11,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user03,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user03,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user22,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user22,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user23,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user23,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user34,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user34,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user24,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user24,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user16,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user16,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user19,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user19,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user14,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user14,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user43,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user43,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user41,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user41,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user44,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user44,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user33,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user33,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user13,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user13,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user25,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user25,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user09,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user09,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user10,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user10,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user42,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user42,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user35,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user35,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user18,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user18,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user12,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user12,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user36,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user36,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user40,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user40,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user39,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user39,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user38,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user38,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user05,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user05,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [2] - 702.525µs
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=damadmai,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...s/context/context.go:330:func1() [D] Session ID: d65cdde41f58c6d9
2020/11/03 21:23:34 ...s/context/context.go:331:func1() [D] CSRF Token: Sz8JGQhV_ILAOtJY2UHnlSy6T_o6MTYwNDQzMjg5NjI0NDE3MzA0OQ
2020/11/03 21:23:34 ...s/context/context.go:139:HTML() [D] Template: admin/monitor
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=damadmai,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=heindls96,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `notification` WHERE (user_id = ?) AND (status = ?) [2 1] - 499.44µs
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=heindls96,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=iannellig38,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=iannellig38,ou=users,DC=our,DC=domain,DC=com
2020/11/03 21:23:34 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user00
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 2] - 1.535255ms
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user01
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 3] - 730.708µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user damadmai
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 4] - 569.421µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user02
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 6] - 602.464µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user03
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 7] - 575µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user04
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 9] - 569.236µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user05
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 10] - 546.019µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user06
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 11] - 549.751µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user07
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 13] - 925.717µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user08
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 14] - 493.526µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user09
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 15] - 576.719µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user10
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 16] - 523.897µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user11
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 17] - 480.446µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user12
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 19] - 493.827µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user13
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 20] - 519.335µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user14
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 21] - 527.338µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user15
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 22] - 506.567µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user16
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 23] - 494.348µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user17
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 24] - 480.453µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user18
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 25] - 442.19µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user19
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 26] - 506.397µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user20
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 27] - 567.139µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user21
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 28] - 507.472µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user22
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 29] - 486.626µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user23
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 30] - 499.763µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user24
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 31] - 460.38µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user25
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 32] - 552.228µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user26
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 33] - 472.513µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user27
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 34] - 456.866µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user28
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 35] - 448.752µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user29
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 36] - 458.882µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user30
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 37] - 404.747µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user31
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 38] - 462.537µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user32
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 39] - 508.279µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user33
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 40] - 502.91µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user34
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 43] - 467.87µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user35
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 44] - 468.868µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user36
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 46] - 494.229µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user37
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 47] - 437.042µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user38
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 48] - 569.689µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user39
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 49] - 492.857µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user40
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 50] - 477.395µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user41
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 51] - 522.065µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user42
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 53] - 465.44µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user43
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 54] - 466.436µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user44
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 56] - 516.33µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user45
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 57] - 489.346µs
2020/11/03 21:23:34 models/user.go:2008:SyncExternalUsers() [T] SyncExternalUsers[ldap.our.domain.com]: Deactivating user user46
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `is_active` = ?, `updated_unix` = ? WHERE `id`=? [false 1604435014 58] - 483.442µs
2020/11/03 21:23:34 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] INSERT INTO `notice` (`type`,`description`,`created_unix`) VALUES (?, ?, ?) [2 Task: Synchronize external user data started by user00 has finished 1604435014] - 468.094µs
2020/11/03 23:37:34 ...s/graceful/server.go:55:NewServer() [I] Starting new server: tcp:0.0.0.0:3000 on PID: 20317
2020/11/03 23:37:34 ...s/graceful/server.go:66:func1() [D] Starting server on tcp:0.0.0.0:3000 (PID: 20317)
2020/11/03 23:37:37 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [2] - 2.481264ms
2020/11/03 23:37:37 ...s/context/context.go:330:func1() [D] Session ID: d65cdde41f58c6d9
2020/11/03 23:37:37 ...s/context/context.go:331:func1() [D] CSRF Token: Sz8JGQhV_ILAOtJY2UHnlSy6T_o6MTYwNDQzMjg5NjI0NDE3MzA0OQ
2020/11/03 23:37:43 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443051 1604443061 1] - 2.494074ms
2020/11/03 23:37:53 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443061 1604443071 1] - 2.639032ms
2020/11/03 23:38:03 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443071 1604443081 1] - 2.607087ms
2020/11/03 23:38:13 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443081 1604443091 1] - 2.668752ms
2020/11/03 23:38:18 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:18 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:18 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:18 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:18 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:18 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:18 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 6] - 1.933393ms
2020/11/03 23:38:18 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 7] - 574.154µs
2020/11/03 23:38:18 ...s/context/context.go:139:HTML() [D] Template: user/auth/signin
2020/11/03 23:38:23 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443091 1604443101 1] - 2.546977ms
2020/11/03 23:38:33 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443101 1604443111 1] - 2.423006ms
2020/11/03 23:38:43 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT user_id, count(*) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= ? AND updated_unix < ?) AND status = ? GROUP BY user_id [1604443111 1604443121 1] - 2.699354ms
2020/11/03 23:38:48 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:48 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 6] - 1.891802ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 7] - 380.932µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `lower_name`=? LIMIT 1 [user08] - 1.245884ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE `id`=? LIMIT 1 [2] - 461.653µs
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:121:dial() [T] Dialing LDAP with security protocol (0) without verifying: false
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:245:SearchEntry() [T] LDAP will use BindDN.
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:257:SearchEntry() [T] Proceeding with anonymous LDAP search.
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:88:findUserDN() [T] Search for LDAP user: user08
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:96:findUserDN() [T] Searching for DN using filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base OU=users,DC=our,DC=domain,DC=com
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:286:SearchEntry() [T] Fetching attributes '', 'givenName', 'sn', 'mail', '' with filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:147:bindUser() [T] Binding with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:38:48 ...es/auth/ldap/ldap.go:153:bindUser() [T] Bound successfully with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `uid`, `secret`, `scratch_salt`, `scratch_hash`, `last_used_passcode`, `created_unix`, `updated_unix` FROM `two_factor` WHERE (uid=?) LIMIT 1 [14] - 738.719µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `last_login_unix` = ?, `updated_unix` = ? WHERE `id`=? [1604443128 1604443128 14] - 1.912551ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 1.363381ms
2020/11/03 23:38:48 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:48 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 1.463126ms
2020/11/03 23:38:48 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:48 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) [14 14 14 14 false 14 1 private false public false limited] - 3.368034ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `owner_id`, `owner_name`, `lower_name`, `name`, `description`, `website`, `original_service_type`, `original_url`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_empty`, `is_archived`, `is_mirror`, `status`, `is_fork`, `fork_id`, `is_template`, `template_id`, `size`, `is_fsck_enabled`, `close_issues_via_commit_in_any_branch`, `topics`, `avatar`, `created_unix`, `updated_unix` FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) ORDER BY updated_unix DESC LIMIT 20 [14 14 14 14 false 14 1 private false public false limited] - 3.32823ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE (id > 0) AND `id` IN (?,?,?,?,?,?) [2 12 42 5 8 3] - 1.097449ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `commit_id`, `is_primary`, `language`, `size`, `created_unix` FROM `language_stat` WHERE (`is_primary` = ? AND `language` != ?) AND `repo_id` IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [true other 14 10 12 43 17 8 11 58 13 57 24 56 53 31 9 21 22] - 1.965307ms
2020/11/03 23:38:48 ...s/context/context.go:139:HTML() [D] Template: explore/repos
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `notification` WHERE (user_id = ?) AND (status = ?) [14 1] - 1.025804ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [14] - 517.198µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b707bc0 0xc00b707c20 0xc00b707d10 0xc00b707e00 0xc00b707e60]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [10] - 334.393µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b360f60 0xc00b360fc0 0xc00b361020 0xc00b361080 0xc00b3610e0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [10] - 355.866µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [12] - 675.153µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b71cb10 0xc00b71cb70 0xc00b71cbd0 0xc00b71cc30 0xc00b71cc90]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [12] - 455.597µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [43] - 526.51µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b514690 0xc00b5146f0 0xc00b514750 0xc00b5147b0 0xc00b514810]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [17] - 503.59µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b515200 0xc00b515260 0xc00b5152c0 0xc00b515320 0xc00b515380]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [17] - 397.265µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [8] - 660.641µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b82eea0 0xc00b82ef00 0xc00b82ef60 0xc00b82efc0 0xc00b82f020]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [11] - 579.583µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b71dec0 0xc00b71df20 0xc00b71df80 0xc00b740000 0xc00b740060]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [58] - 520.047µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b515710 0xc00b515770 0xc00b5157d0 0xc00b515830 0xc00b515890]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [58] - 377.614µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [13] - 450.319µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b2e9c80 0xc00b2e9ce0 0xc00b2e9d40 0xc00b2e9da0 0xc00b2e9e00]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [57] - 578.608µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b63cb70 0xc00b63cbd0 0xc00b63cc30 0xc00b63cc90 0xc00b63ccf0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [57] - 616.672µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [24] - 663.72µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b515c20 0xc00b515c80 0xc00b515ce0 0xc00b515d40 0xc00b515da0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [24] - 877.065µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [56] - 657.869µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b52c150 0xc00b52c1b0 0xc00b52c210 0xc00b52c270 0xc00b52c2d0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [56] - 1.001066ms
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [53] - 689.042µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b361e60 0xc00b361ec0 0xc00b361f20 0xc00b361f80 0xc00b6a0000]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT team.lower_name FROM `team_repo` INNER JOIN `team` ON team.id = team_repo.team_id WHERE (team_repo.repo_id = ?) ORDER BY team.lower_name [53] - 985.173µs
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [31] - 660.181µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b840540 0xc00b8405a0 0xc00b840600 0xc00b840660 0xc00b8406c0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [9] - 829.681µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b52c660 0xc00b52c6c0 0xc00b52c720 0xc00b52c780 0xc00b52c7e0]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [21] - 813.294µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b52d2f0 0xc00b52d350 0xc00b52d3b0 0xc00b52d410 0xc00b52d470]
2020/11/03 23:38:48 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `type`, `config`, `created_unix` FROM `repo_unit` WHERE (repo_id = ?) [22] - 820.506µs
2020/11/03 23:38:48 models/repo.go:408:getUnits() [T] repo.Units: [0xc00b64adb0 0xc00b64ae10 0xc00b64ae70 0xc00b64aed0 0xc00b64af30]
2020/11/03 23:38:49 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 788.19µs
2020/11/03 23:38:49 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:49 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:38:49 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user user08 and size -1
2020/11/03 23:38:49 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `lower_name`=? LIMIT 1 [user08] - 1.152596ms
2020/11/03 23:38:49 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 846.261µs
2020/11/03 23:38:49 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:38:49 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:56:13 ...s/context/context.go:139:HTML() [D] Template: user/auth/signin
2020/11/03 23:56:19 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:56:19 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 6] - 1.824726ms
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 7] - 533.061µs
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `lower_name`=? LIMIT 1 [user08] - 710.823µs
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE `id`=? LIMIT 1 [2] - 374.067µs
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:121:dial() [T] Dialing LDAP with security protocol (0) without verifying: false
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:245:SearchEntry() [T] LDAP will use BindDN.
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:257:SearchEntry() [T] Proceeding with anonymous LDAP search.
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:88:findUserDN() [T] Search for LDAP user: user08
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:96:findUserDN() [T] Searching for DN using filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base OU=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:286:SearchEntry() [T] Fetching attributes '', 'givenName', 'sn', 'mail', '' with filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:197:checkRestricted() [T] LDAP Restricted Search found no matching entries.
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:147:bindUser() [T] Binding with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...es/auth/ldap/ldap.go:153:bindUser() [T] Bound successfully with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `uid`, `secret`, `scratch_salt`, `scratch_hash`, `last_used_passcode`, `created_unix`, `updated_unix` FROM `two_factor` WHERE (uid=?) LIMIT 1 [14] - 617.736µs
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `last_login_unix` = ?, `updated_unix` = ? WHERE `id`=? [1604444179 1604444179 14] - 2.190576ms
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 1.410453ms
2020/11/03 23:56:19 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:56:19 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 913.59µs
2020/11/03 23:56:19 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/03 23:56:19 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) [14 14 14 14 false 14 1 private false public false limited] - 3.449985ms
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `owner_id`, `owner_name`, `lower_name`, `name`, `description`, `website`, `original_service_type`, `original_url`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_empty`, `is_archived`, `is_mirror`, `status`, `is_fork`, `fork_id`, `is_template`, `template_id`, `size`, `is_fsck_enabled`, `close_issues_via_commit_in_any_branch`, `topics`, `avatar`, `created_unix`, `updated_unix` FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) ORDER BY updated_unix DESC LIMIT 20 [14 14 14 14 false 14 1 private false public false limited] - 3.054519ms
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE (id > 0) AND `id` IN (?,?,?,?,?,?) [5 8 3 2 12 42] - 943.141µs
2020/11/03 23:56:19 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `commit_id`, `is_primary`, `language`, `size`, `created_unix` FROM `language_stat` WHERE (`is_primary` = ? AND `language` != ?) AND `repo_id` IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [true other 14 10 12 43 17 8 11 58 13 57 24 56 53 31 9 21 22] - 664.337µs
2020/11/03 23:56:19 ...s/context/context.go:139:HTML() [D] Template: explore/repos
2020/11/04 00:10:20 ...s/context/context.go:139:HTML() [D] Template: user/auth/signin
2020/11/04 00:10:27 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/04 00:10:27 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 6] - 1.550209ms
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 7] - 440.068µs
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `lower_name`=? LIMIT 1 [user08] - 551.247µs
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE `id`=? LIMIT 1 [2] - 357.705µs
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:121:dial() [T] Dialing LDAP with security protocol (0) without verifying: false
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:245:SearchEntry() [T] LDAP will use BindDN.
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:257:SearchEntry() [T] Proceeding with anonymous LDAP search.
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:88:findUserDN() [T] Search for LDAP user: user08
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:96:findUserDN() [T] Searching for DN using filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base OU=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:286:SearchEntry() [T] Fetching attributes '', 'givenName', 'sn', 'mail', '' with filter (&(objectClass=posixAccount)(UID=user08)(!(memberOf=CN=disabled,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:161:checkAdmin() [T] Checking admin with filter (memberOf=CN=admin,OU=roles,DC=our,DC=domain,DC=com) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:172:checkAdmin() [T] LDAP Admin Search found no matching entries.
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:186:checkRestricted() [T] Checking restricted with filter (&(memberOf=CN=ext,OU=roles,DC=our,DC=domain,DC=com)(!(memberOf=CN=gitea,OU=roles,DC=our,DC=domain,DC=com))) and base uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:147:bindUser() [T] Binding with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...es/auth/ldap/ldap.go:153:bindUser() [T] Bound successfully with userDN: uid=user08,ou=users,DC=our,DC=domain,DC=com
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `uid`, `secret`, `scratch_salt`, `scratch_hash`, `last_used_passcode`, `created_unix`, `updated_unix` FROM `two_factor` WHERE (uid=?) LIMIT 1 [14] - 454.461µs
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:277:ExecContext() [I] [SQL] UPDATE `user` SET `last_login_unix` = ?, `updated_unix` = ? WHERE `id`=? [1604445027 1604445027 14] - 1.871272ms
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 1.098399ms
2020/11/04 00:10:27 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/04 00:10:27 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 [14] - 724.573µs
2020/11/04 00:10:27 ...s/context/context.go:330:func1() [D] Session ID: ################
2020/11/04 00:10:27 ...s/context/context.go:331:func1() [D] CSRF Token: ######################################################
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT count(*) FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) [14 14 14 14 false 14 1 private false public false limited] - 2.728066ms
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `owner_id`, `owner_name`, `lower_name`, `name`, `description`, `website`, `original_service_type`, `original_url`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_empty`, `is_archived`, `is_mirror`, `status`, `is_fork`, `fork_id`, `is_template`, `template_id`, `size`, `is_fsck_enabled`, `close_issues_via_commit_in_any_branch`, `topics`, `avatar`, `created_unix`, `updated_unix` FROM `repository` WHERE (owner_id=? OR (owner_id<>? AND (`repository`.id IN (SELECT `access`.repo_id FROM access WHERE `access`.user_id=?) OR `repository`.id IN (SELECT `team_repo`.repo_id FROM team_repo INNER JOIN team_user ON `team_user`.team_id = `team_repo`.team_id WHERE `team_user`.uid=?) OR (`repository`.is_private=? AND `repository`.owner_id IN (SELECT `org_user`.org_id FROM org_user INNER JOIN `user` ON `user`.id = `org_user`.org_id WHERE `org_user`.uid=? AND `user`.type=? AND `user`.visibility=?)))) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?)) OR (is_private=? AND owner_id IN (SELECT `user`.id FROM `user` WHERE `user`.visibility=?))) ORDER BY updated_unix DESC LIMIT 20 [14 14 14 14 false 14 1 private false public false limited] - 2.665788ms
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme` FROM `user` WHERE (id > 0) AND `id` IN (?,?,?,?,?,?) [3 2 12 42 5 8] - 947.806µs
2020/11/04 00:10:27 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `repo_id`, `commit_id`, `is_primary`, `language`, `size`, `created_unix` FROM `language_stat` WHERE (`is_primary` = ? AND `language` != ?) AND `repo_id` IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [true other 14 10 12 43 17 8 11 58 13 57 24 56 53 31 9 21 22] - 520.574µs
2020/11/04 00:10:27 ...s/context/context.go:139:HTML() [D] Template: explore/repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment